/* START ~CMS */
/* END ~CMS */
/* START ~COMMERCE */
/* END ~COMMERCE */
/* START ~CONFIGURATOR */
/* END ~CONFIGURATOR */
/* START ~CORE */
/* END ~CORE */
/* START ~UI */
/* END ~UI */
/* Variables */
@font-face {
  font-family: 'acherus_grotesque';
  src: url('../../data/fonts/acherusgrotesque-regular-webfont.woff2') format('woff2'), url('../../data/fonts/acherusgrotesque-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'acherus_grotesque';
  src: url('../../data/fonts/acherusgrotesque-bold-webfont.woff2') format('woff2'), url('../../data/fonts/acherusgrotesque-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-family: 'acherus_grotesque';
  padding-top: 45px;
}
@media (min-width: 768px) {
  body {
    padding-top: 135px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'acherus_grotesque';
}
a:focus,
a:hover {
  text-decoration: none;
}
.main-container {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 45px);
}
@media (min-width: 768px) {
  .main-container {
    min-height: calc(100vh - 135px);
  }
}
.page-container {
  max-width: 1260px;
  width: 100%;
  padding: 0 15px;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .page-container {
    margin: 65px auto 70px;
  }
}
.main-heading,
.page-content .main-heading {
  color: #000;
  font-size: 35px;
  margin: 0 0 25px 0;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .main-heading,
  .page-content .main-heading {
    font-size: 50px;
    margin: 0 0 60px 0;
  }
}
.page-content img {
  margin: 30px auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .image-float {
    float: left;
    margin: 0 10px 10px 0 !important;
  }
}
.main-alert {
  max-width: 1260px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.main-alert .alert {
  margin: 20px 0;
}
.form-control {
  height: 50px;
  border: 1px solid #bfbfbf;
  box-shadow: inset 0 2px #eee;
  font-size: 16px;
  padding: 6px 20px;
  border-radius: 6px;
  transition: 0.2s ease;
  font-kerning: normal;
}
.form-control:focus {
  border: 1px solid #ffd600;
  box-shadow: inset 0 0 0 1px #ffd600;
}
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
textarea.form-control {
  padding: 15px 20px;
}
select {
  display: block;
  line-height: 1.3;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f4f4f7;
  background-image: url('../../data/image/site/icons/icon-select-arrow.png') !important;
  background-repeat: no-repeat;
  background-size: 11px 7px;
  background-position: right 14px center;
}
select::-ms-expand {
  display: none;
}
select option {
  font-weight: normal;
}
select:disabled {
  color: rgba(0, 0, 0, 0.5);
}
select.form-control {
  padding-right: 45px;
}
.form-field {
  position: relative;
}
.form-field .validator {
  position: absolute;
  right: 10px;
  top: 17px;
}
.checkbox {
  display: block;
  padding-left: 33px;
  margin: 0;
  position: relative;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.checkbox label {
  font-size: 14px;
  color: #000;
  margin: 0;
  padding-left: 0;
  user-select: none;
}
.checkbox label::before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 21px;
  height: 21px;
  border: 1px solid #bfbfbf;
  box-shadow: inset 0 2px #eee;
  border-radius: 4px;
}
.checkbox label::after {
  content: '';
  position: absolute;
  background: url(../../data/image/site/icons/icon-checkbox-checked.png) no-repeat;
  width: 13px;
  height: 11px;
  top: 5px;
  left: 3px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
.radio {
  display: block;
  padding-left: 33px;
  margin: 0;
  position: relative;
}
.radio input {
  display: none;
}
.radio input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.radio label {
  font-size: 14px;
  color: #000;
  margin: 0;
  padding-left: 0;
  user-select: none;
}
.radio label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #ccc;
  box-shadow: inset 0 2px #eee;
  border-radius: 50%;
}
.radio label::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  top: 5px;
  left: 5px;
  background-color: #ffd600;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
.has-error {
  background-color: #ffeded;
}
.btn {
  transition: 0.2s ease;
}
.btn:active {
  box-shadow: none;
}
.btn:active:focus {
  outline: 0;
}
.btn:focus {
  outline: 0;
}
.btn-primary {
  background-color: #ffd600;
  background-image: linear-gradient(0deg, #ffd100 0%, #ffd900 100%);
  border-radius: 1000px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 13px 20px;
  border-top: 1px solid #ffe560;
  text-shadow: 0.707px 0.707px 0px rgba(255, 255, 255, 0.3);
}
.btn-primary:active {
  background-image: linear-gradient(0deg, #ffd100 0%, #ffd900 100%);
  border-top: 1px solid #ffe560;
  color: #000;
  background-color: #ffd600;
}
.btn-primary:active:focus {
  color: #000;
  border-top: 1px solid #ffe560;
  background-color: #ffd600;
}
.btn-primary:active:hover {
  opacity: 0.7;
}
.btn-primary:focus {
  color: #000;
  border-top: 1px solid #ffe560;
  background-color: #ffd600;
}
.btn-primary:hover {
  opacity: 0.8;
  color: #000;
  border-top: 1px solid #ffe560;
  background-color: #ffd600;
}
.btn-secondary {
  background-color: #333;
  background-image: linear-gradient(0deg, #2f2f2f 0%, #393939 100%);
  border-radius: 1000px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 13px 20px;
  border-top: 1px solid #393939;
  text-shadow: 0.707px 0.707px 0px rgba(255, 255, 255, 0.3);
}
.btn-secondary:active {
  background-image: linear-gradient(0deg, #2f2f2f 0%, #393939 100%);
  border-top: 1px solid #393939;
  color: #fff;
  background-color: #333;
}
.btn-secondary:active:focus {
  color: #fff;
  border-top: 1px solid #393939;
  background-color: #333;
}
.btn-secondary:active:hover {
  opacity: 0.8;
}
.btn-secondary:focus {
  color: #fff;
  border-top: 1px solid #393939;
  background-color: #333;
}
.btn-secondary:hover {
  opacity: 0.9;
  color: #fff;
  border-top: 1px solid #393939;
  background-color: #333;
}
.btn-with-arrow {
  position: relative;
  padding-right: 77px;
}
.btn-with-arrow::after {
  content: '';
  background-image: url('../../data/image/site/icons/icon-btn-arrow-right.png');
  width: 37px;
  height: 15px;
  display: block;
  position: absolute;
  right: 20px;
  top: 17px;
}
.btn-with-arrow-left {
  padding-right: 20px;
  padding-left: 77px;
}
.btn-with-arrow-left::after {
  background-image: url('../../data/image/site/icons/icon-btn-arrow-left.png');
  right: auto;
  left: 20px;
}
.btn-with-arrow-dark::after {
  background-image: url('../../data/image/site/icons/icon-btn-arrow-left-dark.png');
}
.text-content {
  max-width: 1020px;
  margin: 0 auto;
}
.text-content h2 {
  color: #000;
  margin: 50px 0 30px 0;
  font-weight: 700;
  font-size: 30px;
}
.text-content h3 {
  color: #000;
  margin: 40px 0 20px 0;
  font-weight: 700;
  font-size: 24px;
}
.text-content p {
  font-size: 15px;
  line-height: 25px;
  color: #343434;
  margin: 0 0 20px 0;
}
.text-content a:not(.btn) {
  color: #a28800;
}
.text-content .image-float-left {
  float: left;
  margin: 0 10px 10px 0;
}
.text-content .image-float-right {
  float: right;
  margin: 0 0 10px 10px;
}
.text-content ul,
.text-content ol {
  font-size: 15px;
  color: #343434;
  margin: 0 0 20px 0;
  line-height: 25px;
}
.text-content ul > li:not(:last-child),
.text-content ol > li:not(:last-child) {
  margin-bottom: 5px;
}
.text-content ul {
  list-style: none;
}
.text-content ul > li {
  position: relative;
  padding-left: 24px;
}
.text-content ul > li::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 11px;
  background-color: #ffd600;
}
.custom-list .text-content > ol {
  list-style: none;
  counter-reset: ol-counter;
  position: relative;
  padding: 0;
}
.custom-list .text-content > ol > li {
  position: relative;
  padding-left: 30px;
}
.custom-list .text-content > ol > li::before {
  counter-increment: ol-counter;
  content: '(' counter(ol-counter) ')';
  position: absolute;
  left: 0;
}
.custom-list .text-content > ol ol {
  margin: 0 0 5px 0;
  list-style: lower-latin;
}
.list-lower-latin {
  list-style: lower-latin !important;
  padding-left: 20px !important;
}
.list-lower-latin > li {
  padding-left: 0 !important;
}
.list-lower-latin > li::before {
  content: none !important;
}
.primary-box {
  background-color: #ffd600;
  text-align: center;
  padding: 30px;
  display: block;
  word-break: break-word;
  border-radius: 5px;
  transition: 0.1s ease;
}
.primary-box:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .primary-box {
    padding: 60px;
  }
}
.primary-box__heading,
.primary-box h2 {
  color: #000;
  font-size: 24px;
  margin: 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  .primary-box__heading,
  .primary-box h2 {
    font-size: 41px;
  }
}
.primary-box__subheading,
.primary-box h3 {
  color: #000;
  font-size: 25px;
  margin: 15px 0 0 0;
}
.modal {
  text-align: center;
}
@media (min-width: 768px) {
  .modal::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .modal .modal-header,
  .modal .modal-body,
  .modal .modal-footer {
    padding: 20px;
  }
}
.modal-cookies .modal-body {
  font-size: 15px;
  color: #343434;
  line-height: 23px;
}
.modal-cookies .modal-footer .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .modal-cookies .modal-footer .btn {
    width: auto;
  }
}
.modal-cookies .modal-footer .btn:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .modal-cookies .modal-footer .btn:not(:last-child) {
    margin-bottom: 0;
  }
}
.modal-cookies .modal-footer .btn + .btn {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-cookies .modal-footer .btn + .btn {
    margin-left: 5px;
  }
}
.custom-tooltip {
  box-shadow: none;
  border-radius: 0;
  font-weight: 700;
  background: #ffd600;
  color: #000;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
  border: none !important;
  font-family: 'acherus_grotesque', sans-serif;
}
.custom-tooltip-dark {
  color: #fff;
  background-color: #343434;
}
.ajax-loader-spinner {
  border-left: 3px solid #ffd600;
}
.nowrap {
  white-space: nowrap;
}
.alert {
  text-align: center;
  background-color: #fdfdfd;
  border: 1px solid #d1d1d1;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  font-size: 15px;
  color: #626262;
  border-radius: 6px;
  line-height: 22px;
}
.alert-success {
  border-left: 3px solid #ffd600;
}
.alert-info {
  border-left: 3px solid #ffd600;
}
.alert-warning {
  border-left: 3px solid #ffd600;
}
.alert-danger {
  border-left: 3px solid #f03e3e;
}
.error-page {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  padding: 0 15px;
  max-width: 850px;
}
.error-page h2 {
  margin-top: 0;
}
.table > thead > tr th {
  font-size: 14px;
  color: #343434;
  text-transform: uppercase;
  padding: 25px 20px;
  border-bottom: 1px solid #d4d4d4;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .table > thead > tr th {
    padding: 0 20px 25px 20px;
  }
}
.table > thead > tr th a {
  color: #343434;
}
.table > tbody > tr > td {
  font-size: 15px;
  color: #000;
  padding: 15px 20px;
  border-top: 1px solid #e5e5e5;
  vertical-align: middle;
}
.table-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.table-actions > * {
  background-color: #ffd600;
  color: #000;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.table-actions > *:hover i {
  color: #333;
}
.table-actions > * i,
.table-actions > * span {
  color: #333;
}
.table-actions > *:hover {
  opacity: 0.8;
}
.table-actions > *:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
  }
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -5px;
}
.pagination > li > a,
.pagination > li > span {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  border-radius: 4px;
  background-color: #3c3c3c;
  color: #fefefe;
  font-size: 14px;
  border: none;
  font-weight: 700;
  margin-top: 5px;
}
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #3c3c3c;
  color: #fefefe;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background-color: #555;
  color: #fefefe;
}
.pagination > li:not(:last-child) > a,
.pagination > li:not(:last-child) > span {
  margin-right: 10px;
}
.pagination > li.active > a,
.pagination > li.active > span {
  background-color: #ffd600;
  color: #000;
}
.pagination > li.active > a:focus,
.pagination > li.active > span:focus,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover {
  background-color: #ffd600;
  color: #000;
}
#cboxCurrent {
  display: none !important;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px rgba(0, 0, 0, 0.05);
}
.header__top {
  background-color: #fff;
}
@media (min-width: 768px) {
  .header__top {
    background-color: #000;
  }
}
.header__top-inner {
  display: flex;
  align-items: center;
  height: 45px;
  transition: 0.2s ease;
  position: relative;
}
.header-small-active .header__top-inner {
  height: 35px;
}
@media (min-width: 768px) {
  .header__top-inner {
    justify-content: space-between;
    max-width: 1260px;
    padding: 0 15px;
    margin: 0 auto;
  }
}
.header__top-logo {
  margin-right: auto;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .header__top-logo {
    display: none;
  }
}
.header__top-logo img {
  height: 14px;
  position: relative;
  top: -2px;
  max-width: 74px;
}
@media (min-width: 480px) {
  .header__top-logo img {
    height: auto;
    top: 0;
    max-width: 111px;
    max-height: 21px;
  }
}
.header__top-send-email {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .header__top-send-email {
    display: none;
  }
}
.header__top-user {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .header__top-user {
    margin-left: auto;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .header__top-user-icon-mobile {
    display: none;
  }
}
.header__top-user-icon-desktop {
  display: none;
}
@media (min-width: 768px) {
  .header__top-user-icon-desktop {
    display: block;
  }
}
.header__top-user > span {
  display: none;
}
@media (min-width: 992px) {
  .header__top-user > span {
    display: block;
    margin-left: 8px;
    color: #fff;
  }
}
.header__top-text {
  display: none;
}
@media (min-width: 768px) {
  .header__top-text {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 11px;
    line-height: 1;
    position: relative;
  }
}
@media (min-width: 992px) {
  .header__top-text {
    font-size: 13px;
  }
}
.header__top-text > img {
  margin-right: 9px;
  position: relative;
  top: -1px;
}
.header__top-text > a {
  color: #fff;
  font-weight: 700;
  margin: 0 5px;
}
.header__top-text > a:hover {
  color: #ffd600;
}
.header__top-cart {
  display: none;
  align-items: center;
  cursor: pointer;
  height: 100%;
}
@media (min-width: 768px) {
  .header__top-cart {
    position: relative;
    margin-left: 20px;
  }
}
.header__top-cart-icon {
  position: relative;
  width: 17px;
  height: 15px;
  background-image: url('../../data/image/site/icons/icon-cart-mobile.png');
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .header__top-cart-icon {
    background-image: url('../../data/image/site/icons/icon-cart-white.png');
    width: 21px;
    height: 17px;
  }
}
.header__top-cart-amount {
  position: absolute;
  right: -13px;
  top: -1px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #ffd600;
  color: #010101;
  font-weight: 700;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .header__top-cart-amount {
    right: -10px;
  }
}
.header__top-cart-price {
  display: none;
}
@media (min-width: 768px) {
  .header__top-cart-price {
    color: #fff;
    margin-left: 20px;
    display: block;
  }
}
.header__top-e-form {
  display: inline-block;
  width: 18px;
  height: 17px;
  background-image: url('/data/image/site/icons/icon-order-e-form-mobile.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  filter: brightness(1.2) contrast(1.4);
}
@media (min-width: 768px) {
  .header__top-e-form {
    background-image: url('/data/image/site/icons/icon-order-e-form-white.png');
    margin-right: 15px;
    filter: brightness(1.05) contrast(1.5) drop-shadow(0 0 1px rgba(0, 0, 0, 0.45));
  }
}
.header__top-order-history {
  display: none;
  min-width: 17px;
  max-width: 17px;
  height: 13px;
  background-image: url('../../data/image/site/icons/icon-order-history-mobile.png');
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .header__top-order-history {
    background-image: url('../../data/image/site/icons/icon-order-history-white.png');
    margin-right: 15px;
  }
}
.header__top-files {
  min-width: 12px;
  max-width: 12px;
  height: 15px;
  background-image: url('../../data/image/site/icons/icon-files-mobile.png');
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .header__top-files {
    background-image: url('../../data/image/site/icons/icon-files.png');
    margin-right: 15px;
  }
}
.header__top-logout {
  background-image: url('../../data/image/site/icons/icon-logout-mobile.png');
  background-repeat: no-repeat;
  min-width: 18px;
  max-width: 18px;
  height: 15px;
  display: block;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .header__top-logout {
    background-image: url('../../data/image/site/icons/icon-logout.png');
    width: 21px;
    height: 17px;
  }
}
.header__top-mobile-menu-toggle {
  margin-left: 20px;
  min-width: 45px;
  max-width: 45px;
  background-color: #f5f5f5;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header__top-mobile-menu-toggle {
    display: none;
  }
}
.header__top-mobile-menu-toggle > span {
  width: 23px;
  height: 2px;
  background-color: #343434;
  transform-origin: left;
  transition: 0.2s ease;
}
.header__top-mobile-menu-toggle > span:not(:last-child) {
  margin-bottom: 6px;
}
.mobile-menu-active .header__top-mobile-menu-toggle > span:nth-child(1) {
  transform: rotate(45deg);
}
.mobile-menu-active .header__top-mobile-menu-toggle > span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.mobile-menu-active .header__top-mobile-menu-toggle > span:nth-child(3) {
  transform: rotate(-45deg);
}
.header__top-menu {
  position: absolute;
  right: 0;
  top: 45px;
  background-color: #f5f5f5;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
}
.header__top-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.header__top-menu::-webkit-scrollbar-track {
  background: #ccc;
}
.header__top-menu::-webkit-scrollbar-thumb {
  background: #ffd600;
}
@media (min-width: 768px) {
  .header__top-menu {
    display: none;
  }
}
.mobile-menu-active .header__top-menu {
  opacity: 1;
  visibility: visible;
}
.header-small-active .header__top-menu {
  top: 35px;
}
.header__top-menu a {
  color: #343434;
  display: block;
  padding: 14px 16px;
  font-size: 17px;
  border-bottom: 1px solid #dbdbdb;
}
.header__top-menu a.dropdown-toggle {
  position: relative;
}
.header__top-menu a.dropdown-toggle::after {
  content: '';
  width: 15px;
  height: 10px;
  background-image: url('../../data/image/site/icons/icon-mobile-menu-arrow-up.png');
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  display: block;
  transform: rotate(180deg);
}
.header__top-menu .dropdown-menu {
  position: static;
  float: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  border: none;
  padding: 0 25px 10px;
  margin: 0;
  border-bottom: 1px solid #dbdbdb;
}
.header__top-menu .dropdown-menu a {
  font-size: 15px;
  padding: 10px 0;
}
.header__top-menu .dropdown-menu .dropdown-menu-inner > div:last-child > a {
  border: none;
}
.header__top-menu .nav .open > a {
  border-color: #f5f5f5;
  background: none;
}
.header__top-menu .nav .open > a.dropdown-toggle::after {
  transform: none;
}
.header__top-menu .nav .open .dropdown-backdrop {
  display: none !important;
}
.header__bottom {
  display: none;
}
@media (min-width: 768px) {
  .header__bottom {
    display: block;
    background-color: #fff;
    position: relative;
  }
}
@media (min-width: 768px) {
  .header__bottom::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 100%;
    background-color: #f5f5f5;
  }
}
@media (min-width: 1275px) {
  .header__bottom::after {
    width: calc(100% - 1230px - ((100% - 1230px) / 2));
  }
}
.header__bottom-inner {
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s ease;
}
.header__bottom-logo {
  display: none;
}
@media (min-width: 768px) {
  .header__bottom-logo {
    display: block;
    overflow: hidden;
    height: 50px;
    transition: 0.2s ease;
  }
}
@media (min-width: 768px) {
  .header-small-active .header__bottom-logo {
    height: 33px;
  }
}
.header__bottom-logo img {
  max-width: 180px;
  max-height: 50px;
}
.header__bottom-menu {
  background-color: #f5f5f5;
  padding-left: 35px;
}
.header__bottom-menu .nav > .dropdown-menu-inner {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.header__bottom-menu .nav > .dropdown-menu-inner > div:not(:last-child) {
  margin-right: 42px;
}
.header__bottom-menu .nav > .dropdown-menu-inner > div > a {
  font-size: 16px;
  color: #343434;
  padding: 0;
  height: 90px;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
}
.header-small-active .header__bottom-menu .nav > .dropdown-menu-inner > div > a {
  height: 50px;
}
.header__bottom-menu .nav > .dropdown-menu-inner > div > a:focus {
  background-color: transparent;
  color: #343434;
}
.header__bottom-menu .nav > .dropdown-menu-inner > div > a:hover {
  background-color: transparent;
  color: #717171;
}
.header__bottom-menu .nav .dropdown-toggle {
  position: relative;
  background-position: right;
}
.header__bottom-menu .nav .dropdown-toggle::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1002;
  transition: 0.2s ease;
  border-width: 0 12px 13px 12px;
  border-color: transparent transparent #ebebeb transparent;
  opacity: 0;
  visibility: hidden;
}
.header__bottom-menu .nav .dropdown-toggle .dropdown-menu-arrow {
  background-image: url('../../data/image/site/icons/icon-caret-down.png');
  background-repeat: no-repeat;
  margin-left: 10px;
  width: 11px;
  height: 7px;
}
.header__bottom-menu .nav .dropdown-toggle .dropdown-menu-open-arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header__bottom-menu .nav .dropdown-toggle .dropdown-menu-open-arrow::before,
.header__bottom-menu .nav .dropdown-toggle .dropdown-menu-open-arrow::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
.header__bottom-menu .nav .dropdown-toggle .dropdown-menu-open-arrow::before {
  bottom: 0;
  border-width: 0 12px 13px 12px;
  border-color: transparent transparent #dbdbdb transparent;
  z-index: 1001;
}
.header__bottom-menu .nav .dropdown-toggle .dropdown-menu-open-arrow::after {
  bottom: -3px;
  border-width: 0 11px 12px 11px;
  border-color: transparent transparent #f5f5f5 transparent;
  z-index: 1003;
}
.header__bottom-menu .nav .dropdown {
  position: static;
}
.header__bottom-menu .nav .dropdown.open .dropdown-toggle::before {
  opacity: 1;
  visibility: visible;
}
.header__bottom-menu .nav .dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.header__bottom-menu .nav .dropdown.open a {
  background-color: transparent;
}
.header__bottom-menu .nav .dropdown.open .dropdown-menu-open-arrow::before,
.header__bottom-menu .nav .dropdown.open .dropdown-menu-open-arrow::after {
  opacity: 1;
  visibility: visible;
}
.header__bottom-menu .nav .dropdown-menu {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 10px 0;
  border: none;
  border-radius: 0;
  background-color: #f5f5f5;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
  box-shadow: none;
  border-top: 1px solid #dbdbdb;
  box-shadow: inset 0 2px #ebebeb, 0px 4px 2.5px rgba(0, 0, 0, 0.1);
}
.header__bottom-menu .nav .dropdown-menu > .dropdown-menu-inner {
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
  columns: 3;
  column-gap: 30px;
  position: relative;
}
.header__bottom-menu .nav .dropdown-menu > .dropdown-menu-inner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f5f5f5;
  height: 1px;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1260px) {
  .header__bottom-menu .nav .dropdown-menu > .dropdown-menu-inner {
    columns: 4;
  }
}
.header__bottom-menu .nav .dropdown-menu > .dropdown-menu-inner > div a {
  border-top: 1px solid #e5e4e3;
  display: block;
}
.header__bottom-menu .nav .dropdown-menu > .dropdown-menu-inner a {
  padding: 10px 0;
  font-size: 15px;
  color: #343434;
  text-shadow: 0.707px 0.707px 0px #ffffff;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 16px;
  white-space: normal;
  page-break-inside: avoid;
}
.header__bottom-menu .nav .dropdown-menu > .dropdown-menu-inner a:hover {
  color: #717171;
}
.header__bottom-menu .nav .dropdown-menu > .dropdown-menu-inner a::before {
  content: '';
  background-image: url('../../data/image/site/icons/icon-caret-right.png');
  background-repeat: no-repeat;
  width: 6px;
  height: 9px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0;
}
.header__top-cart.active .cart-dropdown {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.header__top-cart.active::after {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.header__top-cart::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0 6.5px 7px 6.5px;
  border-color: transparent transparent #fff transparent;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.2s ease;
}
@media (min-width: 768px) {
  .cartlink-wrapper {
    position: relative;
  }
}
.cart-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-height: 300px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 30px 25px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 4px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.2s ease;
  text-align: left;
  z-index: 1;
  cursor: auto;
}
@media (min-width: 768px) {
  .cart-dropdown {
    width: 580px;
    left: auto;
    right: 0;
  }
}
.cart-dropdown-cartlink {
  margin-top: auto;
}
.cart-dropdown-heading {
  margin: 0 0 30px 0;
  font-weight: 700;
  font-size: 25px;
  color: #000;
}
.cart-dropdown-items-wrapper {
  display: none;
}
.cart-dropdown-items-wrapper.active {
  display: block;
}
.cart-dropdown-items-header,
.cart-dropdown-item {
  color: #343434;
  font-size: 15px;
}
@media (min-width: 768px) {
  .cart-dropdown-items-header,
  .cart-dropdown-item {
    display: flex;
  }
}
.cart-dropdown-items-header-name,
.cart-dropdown-item-name,
.cart-dropdown-items-header-amount,
.cart-dropdown-item-amount,
.cart-dropdown-items-header-price,
.cart-dropdown-item-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: right;
}
@media (min-width: 768px) {
  .cart-dropdown-items-header-name,
  .cart-dropdown-item-name,
  .cart-dropdown-items-header-amount,
  .cart-dropdown-item-amount,
  .cart-dropdown-items-header-price,
  .cart-dropdown-item-price {
    display: block;
    text-align: left;
  }
}
.cart-dropdown-items-header-name,
.cart-dropdown-item-name {
  word-break: break-word;
}
@media (min-width: 768px) {
  .cart-dropdown-items-header-name,
  .cart-dropdown-item-name {
    flex: 1;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .cart-dropdown-items-header-amount,
  .cart-dropdown-item-amount {
    min-width: 90px;
    max-width: 90px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cart-dropdown-items-header-price,
  .cart-dropdown-item-price {
    min-width: 90px;
    max-width: 90px;
    text-align: right;
  }
}
.cart-dropdown-items-header {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 2px solid #d5d5d5;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: none;
}
@media (min-width: 768px) {
  .cart-dropdown-items-header {
    display: flex;
  }
}
.cart-dropdown-items {
  margin-bottom: 30px;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc #ffd600;
  padding-right: 15px;
  margin-right: -15px;
}
.cart-dropdown-items::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.cart-dropdown-items::-webkit-scrollbar-track {
  background: #ccc;
}
.cart-dropdown-items::-webkit-scrollbar-thumb {
  background: #ffd600;
}
.cart-dropdown-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  .cart-dropdown-item {
    padding-bottom: 0;
    border: none;
  }
}
.cart-dropdown-item:not(:last-child) {
  margin-bottom: 10px;
}
.cart-dropdown-mobile-label {
  white-space: nowrap;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cart-dropdown-mobile-label {
    display: none;
  }
}
.cart-dropdown-empty {
  color: #aaa;
  font-size: 18px;
  text-align: center;
  display: none;
  flex: 1;
  margin-bottom: 30px;
}
.cart-dropdown-empty.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-dropdown .btn-with-arrow {
  justify-content: center;
  position: relative;
  margin-top: auto;
}
.cart-dropdown .btn-with-arrow::after {
  position: absolute;
  right: 20px;
  top: 17px;
}
.home {
  background-image: url('../../data/image/site/home-page/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 40px;
  text-align: center;
  background-position: 85% 50%;
}
@media (min-width: 768px) {
  .home {
    padding: 75px 0 80px;
    background-position: 95% 50%;
  }
}
@media (min-width: 1260px) {
  .home {
    padding: 100px 0;
    background-position: 0 65%;
  }
}
.home__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px;
}
.home__heading {
  color: #000;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  max-width: 750px;
  margin: 0 auto 35px;
  filter: drop-shadow(0 0 5px #fff);
}
@media (min-width: 768px) {
  .home__heading {
    letter-spacing: 2px;
  }
}
@media (min-width: 1260px) {
  .home__heading {
    font-size: 42px;
    line-height: 44px;
    letter-spacing: 3px;
    margin-bottom: 45px;
  }
}
.home__promo {
  max-width: 400px;
  margin: 0 auto 35px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .home__promo {
    margin-bottom: 40px;
  }
}
@media (min-width: 1260px) {
  .home__promo {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    max-width: 350px;
  }
}
@media (min-width: 1400px) {
  .home__promo {
    max-width: 400px;
  }
}
.home__header-wrapper {
  position: relative;
}
@media (min-width: 1260px) {
  .home__header-wrapper {
    margin-bottom: 55px;
  }
}
.home__promo-link {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 300px;
  text-align: center;
}
.home__promo-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.home__promo-heading {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
  color: #007bff;
}
.home__promo-badge {
  background-color: #28a745;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  margin-right: 8px;
}
.home__promo-text {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.home__text {
  font-size: 15px;
  line-height: 23px;
  color: #4c4c4c;
  max-width: 820px;
  margin: 0 auto 35px;
  filter: drop-shadow(0 0 5px #fff);
}
@media (min-width: 1260px) {
  .home__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 55px;
  }
}
.home__boxes {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .home__boxes {
    display: flex;
    margin-bottom: 30px;
  }
}
@media (min-width: 1260px) {
  .home__boxes {
    margin-bottom: 60px;
  }
}
.home__box {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 20px;
}
@media (min-width: 768px) {
  .home__box {
    flex: 1;
  }
}
.home__box:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .home__box:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media (min-width: 1260px) {
  .home__box:not(:last-child) {
    margin-right: 30px;
  }
}
.home__box-icon {
  height: 44px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .home__box-icon {
    height: 71px;
  }
}
.home__box-heading {
  font-size: 21px;
  color: #343434;
  font-weight: 300;
  margin: 0 0 15px 0;
  line-height: 18px;
}
@media (min-width: 768px) and (max-width: 868px) {
  .home__box-heading {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1260px) {
  .home__box-heading {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.home__box-text {
  font-size: 14px;
  line-height: 20px;
  color: rgba(52, 52, 52, 0.7);
  margin: 0;
}
@media (min-width: 1260px) {
  .home__box-text {
    font-size: 15px;
    line-height: 23px;
  }
}
.home__btn {
  display: inline-block;
  margin: 0 auto;
}
.e-form__btn {
  background-color: #ffd600;
  background-image: linear-gradient(0deg, #ffd100 0%, #ffd900 100%);
  border-radius: 1000px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 13px 20px;
  border-top: 1px solid #ffe560;
  text-shadow: 0.707px 0.707px 0px rgba(255, 255, 255, 0.3);
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-right: 77px;
  transition: opacity 0.3s ease;
}
.e-form__btn::after {
  content: '';
  background-image: url('../../data/image/site/icons/icon-btn-arrow-right.png');
  width: 37px;
  height: 15px;
  display: block;
  position: absolute;
  right: 20px;
  top: 17px;
}
.e-form__btn:hover {
  opacity: 0.8;
  color: #000;
  text-decoration: none;
}
.e-form__btn:active {
  opacity: 0.7;
  color: #000;
}
.e-form__btn:focus {
  color: #000;
  text-decoration: none;
}
.content__e-form {
  max-width: 1260px;
  margin: 0 auto;
  padding: 60px 15px 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .content__e-form {
    padding: 75px 15px 80px;
  }
}
@media (min-width: 1260px) {
  .content__e-form {
    padding: 100px 15px;
  }
}
.content__e-form-heading {
  color: #000;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  max-width: 750px;
  margin: 0 auto 35px;
  filter: drop-shadow(0 0 5px #fff);
}
@media (min-width: 768px) {
  .content__e-form-heading {
    letter-spacing: 2px;
  }
}
@media (min-width: 1260px) {
  .content__e-form-heading {
    font-size: 42px;
    line-height: 44px;
    letter-spacing: 3px;
    margin-bottom: 45px;
  }
}
.content__e-form-content {
  font-size: 15px;
  line-height: 23px;
  color: #4c4c4c;
  max-width: 820px;
  margin: 0 auto;
  filter: drop-shadow(0 0 5px #fff);
}
@media (min-width: 1260px) {
  .content__e-form-content {
    font-size: 16px;
    line-height: 26px;
  }
}
.content__e-form-content p {
  margin-bottom: 15px;
}
.content__e-form-content p:last-child {
  margin-bottom: 0;
}
.content__e-form-content strong {
  font-weight: 600;
}
.login {
  max-width: 570px;
  margin: 30px auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .login {
    margin: 65px auto 70px;
  }
}
.login__heading {
  font-size: 35px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin: 0 0 25px 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .login__heading {
    font-size: 50px;
  }
}
.login__text {
  text-align: center;
  margin-bottom: 25px;
  font-size: 15px;
  color: rgba(52, 52, 52, 0.8);
}
@media (min-width: 768px) {
  .login__text {
    margin-bottom: 65px;
  }
}
.login__alert {
  display: flex;
  align-items: center;
  padding: 18px;
  font-size: 15px;
  border: 1px solid #d1d1d1;
  border-left: 3px solid #ffd600;
  border-radius: 6px;
  background-color: #fdfdfd;
  margin-bottom: 20px;
}
.login__alert-icon {
  margin-right: 18px;
}
.login__alert-text {
  margin: 0;
}
.login .form-group {
  margin-bottom: 20px;
}
.login__password-toggle {
  position: absolute;
  top: 13px;
  right: 25px;
  font-size: 18px;
  cursor: pointer;
}
.login__password-toggle:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .login__submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.login__submit-btn > a {
  width: 100%;
}
@media (min-width: 768px) {
  .login__submit-btn > a {
    text-indent: 0;
    width: auto;
  }
}
.login__password-recovery > a {
  font-size: 15px;
  color: #a28800;
  display: block;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .login__password-recovery > a {
    margin-bottom: 0;
  }
}
.my-account {
  max-width: 1260px;
  width: 100%;
  padding: 0 15px;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .my-account {
    margin: 65px auto 70px;
  }
}
.my-account__heading {
  font-size: 35px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
  margin: 0 0 25px 0;
}
@media (min-width: 768px) {
  .my-account__heading {
    margin: 0 0 65px 0;
    font-size: 50px;
  }
}
.my-account__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  display: none !important;
}
.my-account__tab {
  background: none;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  font-size: 15px;
  color: #343434;
  padding: 0 40px 20px 40px;
}
.my-account__tab::after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #ffd600;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
.my-account__tab[data-active="true"]::after {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .my-account__form {
    display: flex;
    flex-wrap: wrap;
  }
}
.my-account__form .form-group {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .my-account__form .form-group {
    min-width: calc(33.333333% - 13.333333px);
    max-width: calc(33.333333% - 13.333333px);
  }
}
@media (min-width: 768px) {
  .my-account__form .form-group:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .my-account__company {
    display: flex;
    flex: 1;
  }
}
@media (min-width: 768px) {
  .my-account__company-form {
    display: flex;
    flex: 1;
  }
}
.my-account__company-form .form-group {
  flex: 1;
  min-width: 0;
  max-width: none;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .my-account__company-form .form-group:not(:last-child) {
    margin-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .my-account__submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.my-account__submit .btn {
  width: 100%;
  text-indent: 57px;
}
@media (min-width: 768px) {
  .my-account__submit .btn {
    text-indent: 0;
    width: auto;
  }
}
.password-recovery-top {
  margin-bottom: 50px;
  max-width: 1260px;
  padding: 0 15px;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .password-recovery-top {
    margin: 65px auto 30px;
  }
}
.password-recovery-top__heading {
  margin: 0 0 25px 0;
  color: #000;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .password-recovery-top__heading {
    margin: 0 0 65px 0;
    font-size: 50px;
  }
}
.password-recovery-top p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
  color: 343434;
}
.password-recovery-top p:not(:last-child) {
  margin-bottom: 20px;
}
.password-recovery {
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .password-recovery {
    min-width: 570px;
    max-width: 570px;
    margin: 0 auto 70px;
  }
}
.password-recovery .form-group,
.password-recovery .form-control {
  text-align: center;
}
.password-recovery__submit {
  text-align: center;
}
.password-recovery__submit .btn {
  width: 100%;
  text-indent: 57px;
}
.password-recovery__password-toggle {
  position: absolute;
  top: 13px;
  right: 25px;
  font-size: 18px;
  cursor: pointer;
}
.password-recovery__password-toggle:hover {
  opacity: 0.8;
}
.product {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .product {
    margin-top: 65px;
  }
}
.product__inner {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 15px;
}
.product__header {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .product__header {
    margin-bottom: 70px;
  }
}
.product__heading {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  margin: 0 0 25px 0;
}
@media (min-width: 768px) {
  .product__heading {
    font-size: 50px;
    margin: 0 0 25px 0;
  }
}
.product__subheading {
  font-size: 15px;
  line-height: 23px;
  color: rgba(52, 52, 52, 0.8);
  margin: 0 auto;
  max-width: 1020px;
}
.product__btn {
  margin-top: 35px;
}
.product__gallery-wrapper {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .product__gallery-wrapper {
    margin-bottom: 65px;
  }
}
.product__gallery {
  margin-bottom: 20px;
  user-select: none;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .product__gallery {
    margin-bottom: 0;
  }
}
.product__gallery::after {
  content: '';
  position: relative;
  background-color: #eee;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.25s ease;
  z-index: 1;
}
.product__gallery.active::after {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1400px) {
  .product__gallery {
    margin-bottom: 0;
  }
}
.product__gallery-inner {
  display: flex;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.product__gallery .swiper-slide {
  position: relative;
  transition: opacity 0.15s ease;
}
.product__gallery .swiper-slide a {
  display: block;
  outline: 0;
}
.product__gallery .swiper-slide a::after {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}
.product__gallery .swiper-slide:hover {
  opacity: 0.85;
}
.product__gallery .swiper-button-disabled {
  opacity: 0.5 !important;
}
.product__gallery img {
  max-width: 100%;
  max-height: 100%;
}
.product__gallery-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1400px) {
  .product__gallery-controls {
    display: block;
  }
}
.product__gallery-control {
  width: 95px;
  height: 50px;
  border-radius: 1000px;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url('../../data/image/site/icons/icon-gallery-arrow-left.png');
  background-repeat: no-repeat;
  background-position: left 20px center;
  cursor: pointer;
  outline: 0;
  z-index: 1;
}
@media (min-width: 1400px) {
  .product__gallery-control {
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.product__gallery-control--right {
  left: auto;
  right: -70px;
  background-image: url('../../data/image/site/icons/icon-gallery-arrow-right.png');
  background-position: right 20px center;
  margin-left: 20px;
}
@media (min-width: 1400px) {
  .product__gallery-control--right {
    margin-left: 0;
  }
}
.product__description {
  margin: 0 auto 30px auto;
  max-width: 1020px;
}
@media (min-width: 768px) {
  .product__description {
    margin: 0 auto 65px auto;
  }
}
.product__description p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
  color: #343434;
}
.product__description p:not(:last-child) {
  margin-bottom: 25px;
}
.product__description strong {
  color: #000;
}
.product__footer {
  background-color: #ffd600;
  color: #000;
  font-size: 23px;
  line-height: 32px;
  padding: 13px 15px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__footer-inner {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 15px;
}
.product__footer span {
  position: relative;
}
.product__footer span::before,
.product__footer span::after {
  content: '';
  background-image: url('../../data/image/site/icons/icon-quote.png');
  background-repeat: no-repeat;
  background-size: 12px 10px;
  display: inline;
  padding-left: 12px;
  position: relative;
  top: 16px;
  left: -10px;
}
.product__footer span::after {
  padding-left: 0;
  padding-right: 12px;
  top: -2px;
  left: auto;
  right: -10px;
}
.productGallery {
  overflow: hidden;
}
.productGalleryInner {
  display: flex;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact__maps {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contact__maps {
    display: flex;
    margin-bottom: 50px;
  }
}
@media (min-width: 1260px) {
  .contact__maps {
    display: flex;
  }
}
.contact__map-wrapper {
  flex: 1;
  position: relative;
}
.contact__map-wrapper:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .contact__map-wrapper:not(:last-child) {
    margin-right: 6px;
    margin-bottom: 0;
  }
}
.contact__map {
  height: 600px;
}
.contact__map-content {
  padding: 16px 20px;
  background-color: #fff;
  box-shadow: 5px 5px 0 0 rgba(255, 214, 0, 0.2);
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 30px;
  border-radius: 8px;
  background-image: url('../../data/image/site/icons/icon-logo-contact.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (min-width: 1260px) {
  .contact__map-content {
    left: auto;
    right: 135px;
    bottom: 52px;
    max-width: 355px;
  }
}
@media (min-width: 1260px) {
  .contact__map-content--left {
    right: auto;
    left: 135px;
  }
}
.contact__map-content-heading {
  line-height: 28px;
  color: #343434;
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 12px 0;
}
.contact__map-content p {
  font-size: 15px;
  color: rgba(52, 52, 52, 0.8);
  line-height: 21px;
  margin: 0;
}
.contact__map-content p:not(:last-child) {
  margin-bottom: 15px;
}
.contact__map-content p span {
  color: #000;
}
.contact__map-content a {
  color: #a28800;
  transition: 0.1s ease;
}
.contact__map-content a:hover {
  color: #826d00;
}
.contact__text {
  margin: 0 auto 25px auto;
  font-size: 18px;
  color: rgba(52, 52, 52, 0.8);
  text-align: center;
  max-width: 500px;
}
@media (min-width: 768px) {
  .contact__text {
    font-size: 19px;
    margin: 0 auto 60px auto;
  }
}
.contact__form {
  margin: 0 auto 50px;
  max-width: 1050px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .contact__form {
    margin: 0 auto 70px;
  }
}
.contact__form-heading {
  color: #000;
  font-weight: 700;
  text-align: center;
  font-size: 35px;
  margin: 0 0 30px 0;
}
@media (min-width: 768px) {
  .contact__form-heading {
    font-size: 50px;
    margin: 0 0 70px 0;
  }
}
.contact__form .form-group {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact__form-top {
    display: flex;
  }
}
@media (min-width: 768px) {
  .contact__form-top .form-group {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .contact__form-top .form-group:not(:last-child) {
    margin-right: 20px;
  }
}
.contact__form textarea {
  min-height: 220px;
}
.contact__form-captcha {
  min-height: 84px;
}
.contact__form-captcha .form-group {
  text-align: center;
}
.contact__form-captcha .form-field {
  display: inline-block;
  background-color: #fafafa;
}
.contact__form-captcha .validator {
  left: -12px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
}
.contact__form-submit {
  text-align: center;
}
.contact__form-message-alert {
  max-width: 1260px;
  padding: 0 15px;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px;
  font-size: 18px;
}
.contact__form-message-alert.alert-success {
  border-left: 10px solid #38bd38;
  color: #38bd38;
}
.contact__form-message-alert.alert-danger {
  border-left-color: 1px solid #d75e51;
  color: #d75e51;
}
.contact__form-message-alert .btn {
  margin-top: 16px;
}
.about-us {
  text-align: center;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .about-us {
    margin: 60px 0 70px;
  }
}
.about-us__top {
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.about-us__heading {
  font-size: 35px;
  margin: 0 0 25px 0;
  color: #000;
  font-weight: 700;
}
@media (min-width: 768px) {
  .about-us__heading {
    font-size: 50px;
    margin: 0 0 60px 0;
  }
}
.about-us__text {
  color: #343434;
  font-size: 15px;
  line-height: 24px;
  max-width: 1020px;
  margin: 0 auto 20px;
}
.about-us__boxes {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .about-us__boxes {
    display: flex;
  }
}
.about-us__box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about-us__box {
    margin-bottom: 0;
    flex: 1;
    padding: 50px;
  }
}
.about-us__box::before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -65px;
  top: -2px;
  height: 3px;
  width: 130px;
  background-color: #ffd600;
}
@media (min-width: 768px) {
  .about-us__box:not(:last-child) {
    margin-right: 30px;
  }
}
.about-us__box-heading {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .about-us__box-heading {
    font-size: 35px;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 936px) {
  .about-us__box-heading {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.about-us__box-text {
  color: #343434;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}
.about-us__box-text:not(:last-child) {
  margin-bottom: 20px;
}
.about-us__features {
  background-color: #fafafa;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .about-us__features {
    padding: 24px 0 24px;
    margin-bottom: 70px;
  }
}
.about-us__features-inner {
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
}
.about-us__features-heading {
  font-size: 35px;
  margin: 0 0 30px 0;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .about-us__features-heading {
    font-size: 50px;
    margin: 0 0 21px 0;
  }
}
@media (min-width: 768px) {
  .about-us__features-icons {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1260px) {
  .about-us__features-icons {
    flex-wrap: nowrap;
  }
}
.about-us__features-icon-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 1260px) {
  .about-us__features-icon-wrapper:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .about-us__features-icon-wrapper {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1260px) {
  .about-us__features-icon-wrapper {
    min-width: 0;
    max-width: none;
    flex: 1;
  }
}
.about-us__features-icon {
  width: 130px;
  height: 130px;
  border: 2px solid rgba(116, 116, 116, 0.1);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  border-radius: 50%;
}
.about-us__features-text {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin: 0;
}
.about-us__btn {
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
}
.about-us .product__gallery .swiper-slide {
  height: 300px;
}
.about-us .product__gallery img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.lightbox-video,
.lightbox-video--disabled {
  position: relative;
}
.lightbox-video::before,
.lightbox-video--disabled::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 300px;
  content: "\f144";
  font-size: 200px;
  font-family: "FontAwesome";
  color: #eeeeee;
  opacity: 0.7;
}
.good-to-know {
  width: 100%;
  max-width: 1260px;
  margin: 30px auto;
  padding: 0 15px;
}
@media (min-width: 1260px) {
  .good-to-know {
    margin: 65px auto 70px;
  }
}
.good-to-know__heading {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin: 0 0 25px 0;
}
@media (min-width: 768px) {
  .good-to-know__heading {
    font-size: 35px;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1260px) {
  .good-to-know__heading {
    font-size: 50px;
    margin: 0 0 60px 0;
  }
}
.good-to-know__menu {
  display: none;
}
@media (min-width: 768px) {
  .good-to-know__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.good-to-know__list-item {
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  box-shadow: 0 2px 0 0 #f6f6f6;
  position: relative;
}
.good-to-know__list-item:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .good-to-know__list-item {
    min-width: calc(50% - 15px);
    max-width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .good-to-know__list-item:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .good-to-know__list-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .good-to-know__list-item {
    min-width: calc(33.333333% - 20px);
    max-width: calc(33.333333% - 20px);
  }
}
@media (min-width: 992px) {
  .good-to-know__list-item:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
.good-to-know__list-item::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -2px;
  height: 3px;
  width: 90px;
  transform: translateX(-50%);
  background-color: #ffd600;
}
.good-to-know__list-item-image {
  display: block;
  position: relative;
  min-height: 245px;
  background-image: url('../../data/image/logo.png');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  margin: 9px 9px 15px 9px;
  transition: 0.15s ease;
}
.good-to-know__list-item-image:hover {
  opacity: 0.7;
}
.good-to-know__list-item-image:hover::after {
  border: 1px solid #ffd600;
}
.good-to-know__list-item-image img {
  height: 245px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.good-to-know__list-item-image::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  transition: 0.15s ease;
}
.good-to-know__list-item-title {
  font-size: 20px;
  color: #000 !important;
  font-weight: 400;
  margin: 0 20px 10px 20px;
  display: block;
  transition: 0.1s ease;
}
.good-to-know__list-item-title:hover {
  color: #a28800 !important;
}
.good-to-know__list-item-date {
  color: #abacac;
  font-size: 14px;
  margin: 0 20px 5px 20px;
  display: block;
}
.good-to-know__list-item-content {
  max-height: 105px;
  overflow: hidden;
  margin: 0 20px 15px 20px;
  display: block;
  position: relative;
}
.good-to-know__list-item-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
}
.good-to-know__list-item-content * {
  font-size: 14px !important;
  font-weight: 400 !important;
  margin: 0 !important;
  display: inline !important;
  line-height: 21px !important;
  color: #747474 !important;
  padding: 0 !important;
  border: none !important;
  vertical-align: baseline !important;
  background-color: transparent !important;
  text-align: left !important;
  pointer-events: none !important;
}
.good-to-know__list-item-content img {
  display: none !important;
}
.good-to-know__list-item-more {
  display: block;
  margin: 0 20px 15px 20px;
  color: #a28800;
  margin-top: auto;
  font-weight: 700;
  transition: 0.1s ease;
}
.good-to-know__list-item-more:hover {
  color: #826d00;
}
@media (min-width: 992px) {
  .good-to-know__single {
    display: flex;
  }
}
.good-to-know__article {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .good-to-know__article {
    flex: 1;
    margin-bottom: 0;
  }
}
.good-to-know__article-header {
  margin-bottom: 30px;
}
@media (min-width: 1260px) {
  .good-to-know__article-header {
    margin-bottom: 35px;
  }
}
.good-to-know__article-title {
  color: #000;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  .good-to-know__article-title {
    text-align: left;
  }
}
@media (min-width: 1260px) {
  .good-to-know__article-title {
    font-size: 35px;
  }
}
.good-to-know__article-date {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: block;
}
@media (min-width: 992px) {
  .good-to-know__article-date {
    text-align: left;
  }
}
@media (min-width: 1260px) {
  .good-to-know__article-date {
    margin-top: 5px;
  }
}
.good-to-know__article-content {
  display: block;
}
.good-to-know__article-content img {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  display: block;
  border-radius: 6px;
}
@media (min-width: 1260px) {
  .good-to-know__article-content img {
    margin: 30px auto 50px;
  }
}
.good-to-know__article-content img:first-child {
  margin-top: 0;
}
.good-to-know__article-content h2 {
  margin: 40px 0 20px;
}
.good-to-know__article-content h3 {
  margin: 30px 0 15px;
}
.good-to-know__article-content h4,
.good-to-know__article-content h5,
.good-to-know__article-content h6 {
  margin: 20px 0 15px;
}
.good-to-know__article-content p {
  color: #343434;
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 0;
}
.good-to-know__article-content p:not(:last-child) {
  margin-bottom: 20px;
}
.good-to-know__article-content ul,
.good-to-know__article-content ol {
  font-size: 15px;
  color: #343434;
  margin: 0 0 20px 0;
  line-height: 24px;
}
.good-to-know__article-content ul > li:not(:last-child),
.good-to-know__article-content ol > li:not(:last-child) {
  margin-bottom: 5px;
}
.good-to-know__article-content ul {
  list-style: none;
}
.good-to-know__article-content ul > li {
  position: relative;
  padding-left: 24px;
}
.good-to-know__article-content ul > li::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #ffd600;
  border-radius: 3px;
}
.good-to-know__article-content .primary-box {
  margin-bottom: 30px;
}
.good-to-know__article-content .primary-box__heading {
  margin: 0;
}
.good-to-know__article-back {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .good-to-know__article-back {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .good-to-know__recommended {
    margin-left: 30px;
    min-width: 285px;
    max-width: 285px;
  }
}
.good-to-know__recommended-heading {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 300;
  color: #000;
  font-weight: 700;
}
@media (min-width: 1260px) {
  .good-to-know__recommended-heading {
    font-size: 35px;
    margin: 0 0 40px 0;
  }
}
.good-to-know__recommended-item {
  padding: 16px 0;
  color: #343434;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  transition: 0.1s ease;
}
.good-to-know__recommended-item:hover {
  color: #a28800;
}
.good-to-know__recommended-item:nth-child(2) {
  padding-top: 0;
}
.good-to-know__recommended-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.good-to-know__recommended-content {
  display: none;
}
.good-to-know__recommended-more {
  font-size: 0;
}
.good-to-know__recommended-more::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.cart {
  max-width: 1260px;
  margin: 25px auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .cart {
    margin: 40px auto;
  }
}
@media (min-width: 1260px) {
  .cart {
    margin: 70px auto;
  }
}
.cart__heading {
  font-size: 30px;
  line-height: 32px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin: 0 0 25px 0;
}
@media (min-width: 768px) {
  .cart__heading {
    font-size: 35px;
    line-height: 44px;
    margin: 0 0 35px 0;
  }
}
@media (min-width: 1260px) {
  .cart__heading {
    font-size: 50px;
    margin: 0 0 60px 0;
  }
}
.cart__top {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cart__top {
    text-align: left;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1260px) {
  .cart__top {
    margin-bottom: 55px;
  }
}
.cart__top > * {
  flex: 1;
}
.cart__top-heading {
  font-size: 20px;
  color: #000;
  margin: 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  .cart__top-heading {
    font-size: 25px;
  }
}
@media (min-width: 1260px) {
  .cart__top-heading {
    font-size: 35px;
  }
}
.cart__top-comission {
  order: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .cart__top-comission {
    min-width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    text-align: left;
  }
}
@media (min-width: 1260px) {
  .cart__top-comission {
    order: 0;
    min-width: 0;
    margin-top: 0;
  }
}
.cart__top-comission label {
  margin-right: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.cart__top-comission .form-control {
  height: 40px;
}
.cart__top-amount {
  color: #000;
  font-size: 15px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .cart__top-amount {
    text-align: right;
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
  }
}
.cart__top-amount > span {
  font-weight: 700;
}
.cart__list-header {
  display: none;
}
@media (min-width: 1260px) {
  .cart__list-header {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 2px solid #d4d4d4;
  }
}
.cart__list-header-item {
  color: #343434;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
}
.cart__list-header-item-product {
  min-width: 270px;
  max-width: 270px;
}
.cart__list-header-item-desc {
  min-width: 555px;
  max-width: 555px;
}
.cart__list-header-item-price {
  min-width: 115px;
  max-width: 115px;
  text-align: center;
  padding: 0 10px;
}
.cart__list-header-item-amount {
  min-width: 180px;
  max-width: 180px;
  text-align: center;
  padding: 0 10px;
}
.cart__list-header-item-total-price {
  min-width: 110px;
  max-width: 110px;
  text-align: right;
}
.cart__list-product {
  border-top: 2px solid #d4d4d4;
}
.cart__list-product:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 1260px) {
  .cart__list-product:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .cart__list-product {
    border-top: none;
    padding: 30px 0 20px;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
  }
}
.cart__list-product-item {
  padding: 20px 10px;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 1260px) {
  .cart__list-product-item {
    padding: 0 20px;
    border-bottom: none;
  }
}
.cart__list-product-item-mobile-label {
  font-size: 14px;
  color: #808080;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 1260px) {
  .cart__list-product-item-mobile-label {
    display: none;
  }
}
.cart__list-product-item-name {
  font-weight: 700;
  color: #000;
  font-size: 15px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .cart__list-product-item-name {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1260px) {
  .cart__list-product-item-name {
    display: block;
    min-width: 270px;
    max-width: 270px;
  }
}
.cart__list-product-item-name .btn {
  height: 44px;
  padding: 0 13px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  font-size: 14px;
}
@media (min-width: 1260px) {
  .cart__list-product-item-name .btn {
    height: 30px;
  }
}
.cart__list-product-item-name .btn-icon {
  width: 44px;
  height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1260px) {
  .cart__list-product-item-name .btn-icon {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1260px) {
  .cart__list-product-item-name .btn-icon img {
    height: 16px;
    width: auto;
  }
}
.cart__list-product-item-title {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cart__list-product-item-title {
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .cart__list-product-item-title {
    margin-bottom: 15px;
  }
}
@media (min-width: 1260px) {
  .cart__list-product-item-back.btn-icon img {
    height: 10px;
  }
}
.cart__list-product-item-buttons {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1260px) {
  .cart__list-product-item-buttons {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }
}
.cart__list-product-item-buttons > div {
  display: flex;
}
@media (min-width: 1260px) {
  .cart__list-product-item-buttons > div:not(:last-child) {
    margin-bottom: 5px;
  }
}
.cart__list-product-item-buttons > div:last-child {
  min-width: 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .cart__list-product-item-buttons > div:last-child {
    min-width: 0;
    margin-top: 0;
  }
}
.cart__list-product-item-buttons .btn {
  margin-right: 10px;
}
@media (min-width: 1260px) {
  .cart__list-product-item-buttons .btn {
    margin-right: 5px;
  }
}
@media (min-width: 1260px) {
  .cart__list-product-item-desc {
    min-width: 555px;
    max-width: 555px;
    margin-bottom: 0;
  }
}
.cart__list-product-item-desc-item {
  margin-bottom: 6px;
}
.cart__list-product-item-desc-item-name {
  font-weight: 700;
  font-size: 15px;
  color: #343434;
}
.cart__list-product-item-desc-item-value {
  font-size: 15px;
  color: #343434;
}
.cart__list-product-item-desc .cart-item-handler-image-preview-wrap img {
  padding: 3px;
  border: 1px solid #c1c1c1;
  box-shadow: inset 0 0 0 1px #dfdfdf;
  display: block;
  margin: 10px 0;
  height: 150px;
  width: auto;
}
.cart__list-product-item-price {
  font-size: 15px;
  color: #000;
  display: flex;
  padding: 18px 10px;
  border-bottom: 1px solid #e5e5e5;
  white-space: nowrap;
}
@media (min-width: 1260px) {
  .cart__list-product-item-price {
    min-width: 115px;
    max-width: 115px;
    text-align: center;
    padding: 0 10px;
    border: none;
    display: block;
  }
}
.cart__list-product-item-price .cart__list-product-item-mobile-label {
  margin-bottom: 0;
  margin-right: 5px;
}
.cart__list-product-item-amount {
  display: flex;
  align-items: center;
  padding: 18px 10px;
  border-bottom: 1px solid #e5e5e5;
  white-space: nowrap;
}
@media (min-width: 1260px) {
  .cart__list-product-item-amount {
    min-width: 180px;
    max-width: 180px;
    text-align: center;
    padding: 0 10px;
    border: none;
    display: block;
    position: relative;
    top: -5px;
  }
}
.cart__list-product-item-amount .cart__list-product-item-mobile-label {
  margin-bottom: 0;
  margin-right: 5px;
}
@media (min-width: 1260px) {
  .cart__list-product-item-amount .cart-amount-change {
    justify-content: center;
  }
}
.cart__list-product-item-total-price {
  font-size: 15px;
  color: #000;
  display: flex;
  padding: 18px 10px;
  white-space: nowrap;
}
@media (min-width: 1260px) {
  .cart__list-product-item-total-price {
    min-width: 110px;
    max-width: 110px;
    text-align: right;
    padding: 0 20px;
    display: block;
  }
}
.cart__list-product-item-total-price .cart__list-product-item-mobile-label {
  margin-bottom: 0;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .cart__summary {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1260px) {
  .cart__summary {
    align-items: flex-end;
    margin-bottom: 35px;
  }
}
.cart__summary-inner {
  padding: 30px 0;
  border-bottom: 2px solid #e5e5e5;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cart__summary-inner {
    margin: 0;
    padding: 30px 0;
    min-width: 410px;
    max-width: 410px;
  }
}
@media (min-width: 1260px) {
  .cart__summary-inner {
    padding: 30px 0 35px;
  }
}
.cart__summary-heading {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .cart__summary-heading {
    text-align: center;
    font-size: 25px;
    margin: 0 0 25px 0;
  }
}
@media (min-width: 1260px) {
  .cart__summary-heading {
    text-align: right;
    margin: 0 0 30px 0;
    font-size: 35px;
  }
}
.cart__summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #343434;
}
.cart__summary-item--total-price {
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .cart__summary-item--total-price {
    font-size: 18px;
  }
}
.cart__address {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cart__address {
    margin-bottom: 50px;
  }
}
@media (min-width: 1260px) {
  .cart__address {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.cart__address-inner {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .cart__address-inner {
    min-width: 410px;
    max-width: 410px;
    margin: 0 auto;
  }
}
@media (min-width: 1260px) {
  .cart__address-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
    padding-top: 0;
  }
}
.cart__address-heading {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .cart__address-heading {
    text-align: center;
    font-size: 25px;
    margin: 0 0 25px 0;
  }
}
@media (min-width: 1260px) {
  .cart__address-heading {
    text-align: right;
    margin: 0 0 30px 0;
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .cart__address-radios {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cart__address-radios .radio {
  margin-bottom: 15px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .cart__address-radios .radio {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .cart__address-radios .radio:not(:last-child) {
    margin-right: 50px;
  }
}
@media (min-width: 1260px) {
  .cart__address-radios .radio:not(:last-child) {
    margin-bottom: 13px;
  }
}
.cart__address-form {
  width: 100%;
  margin-top: 30px;
}
.cart__buttons {
  margin-bottom: 20px;
}
@media (min-width: 1260px) {
  .cart__buttons {
    display: flex;
  }
}
.cart__buttons .btn {
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
}
@media (min-width: 1260px) {
  .cart__buttons .btn {
    width: auto;
    text-indent: 0;
  }
}
.cart__buttons .btn:first-child {
  margin-right: auto;
}
.cart__buttons .btn:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 1260px) {
  .cart__buttons .btn:not(:first-child) {
    margin-left: 10px;
    margin-top: 0;
  }
}
.cart__buttons .btn-with-arrow {
  text-indent: 57px;
}
@media (min-width: 1260px) {
  .cart__buttons .btn-with-arrow {
    text-indent: 0;
  }
}
.cart__buttons .btn-with-arrow-left {
  text-indent: -57px;
}
@media (min-width: 1260px) {
  .cart__buttons .btn-with-arrow-left {
    text-indent: 0;
  }
}
@media (min-width: 768px) {
  .cart__clipboard {
    display: flex;
    align-items: center;
  }
}
.cart__clipboard-label {
  font-size: 16px;
  color: #000;
  margin-right: 10px;
  white-space: nowrap;
}
.cart__clipboard-select {
  flex: 1;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cart__clipboard-select {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cart__clipboard-btn {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart__zoom {
  text-align: center;
}
.cart__zoom-heading {
  margin: 0 0 20px 0;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
@media (min-width: 768px) {
  .cart__zoom-heading {
    margin: 0 0 30px 0;
    font-size: 35px;
  }
}
@media (min-width: 1260px) {
  .cart__zoom-heading {
    margin: 0 0 60px 0;
    font-size: 50px;
  }
}
.cart__zoom-image {
  margin-bottom: 20px;
  overflow-x: auto !important;
  max-width: 100%;
}
@media (min-width: 768px) {
  .cart__zoom-image {
    margin-bottom: 50px;
  }
}
@media (min-width: 1260px) {
  .cart__zoom-image {
    margin-bottom: 70px;
  }
}
.cart__empty {
  text-align: center;
}
.cart__empty-heading {
  font-size: 50px;
  margin: 0 0 60px 0;
  font-weight: 700;
  color: #000;
}
.cart-amount-change {
  display: flex;
}
.cart-amount-change__btn {
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  position: relative;
  padding: 0;
  background-color: #ffd600;
  border-radius: 4px;
}
@media (min-width: 1260px) {
  .cart-amount-change__btn {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }
}
.cart-amount-change__btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 16px;
  background-color: #fff;
  left: 50%;
  margin-left: -8px;
}
.cart-amount-change__btn--plus::after {
  content: '';
  position: absolute;
  left: 0;
  left: 50%;
  margin-left: -1px;
  height: 16px;
  width: 2px;
  background-color: #fff;
  top: 50%;
  margin-top: -8px;
}
.cart-amount-change__input {
  margin: 0 10px;
  min-width: 60px;
  max-width: 60px;
  padding-left: 5px;
  padding-right: 5px;
  height: 44px;
  border-radius: 4px;
  text-align: center;
  color: #000;
}
@media (min-width: 1260px) {
  .cart-amount-change__input {
    height: 30px;
    margin: 0 4px;
  }
}
.cart-item-attribute {
  margin-bottom: 5px;
}
.cart-item-attribute__name,
.cart-item-attribute__value {
  display: inline;
}
.cart-item-attribute__name {
  font-weight: 700;
}
#imageDiv {
  overflow: hidden;
  position: relative;
  border: 2px dotted #ccc;
}
#imageDiv > #mlens_wrapper_0 {
  position: absolute;
}
.order-history {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .order-history {
    margin-top: 65px;
  }
}
.order-history__inner {
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
}
.order-history__heading {
  color: #000;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 25px 0;
}
@media (min-width: 768px) {
  .order-history__heading {
    font-size: 50px;
  }
}
.order-history__tabs {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .order-history__tabs {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.order-history .btn-order,
.order-history .btn-orderNot {
  background: none;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  font-size: 15px;
  color: rgba(52, 52, 52, 0.8);
  padding: 10px;
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  .order-history .btn-order,
  .order-history .btn-orderNot {
    padding: 0 40px 18px 40px;
  }
}
.order-history .btn-order::after,
.order-history .btn-orderNot::after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #ffd600;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
.order-history .btn-order::after {
  opacity: 1;
  visibility: visible;
}
.order-history__search {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .order-history__search {
    margin-bottom: 70px;
  }
}
.order-history__search .form-control {
  max-width: 495px;
  flex: 1;
  margin-right: 10px;
}
.order-history__details-summary-wrapper {
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
  .order-history__details-summary-wrapper {
    display: flex;
    justify-content: flex-end;
  }
}
.order-history__details-summary {
  margin: 25px auto 0 auto;
  max-width: 410px;
  text-align: center;
}
@media (min-width: 768px) {
  .order-history__details-summary {
    margin: 35px 0 0 0;
    min-width: 410px;
  }
}
.order-history__details-summary-heading {
  font-size: 35px;
  color: #000;
  font-weight: 700;
  margin: 0 0 30px 0;
}
@media (min-width: 768px) {
  .order-history__details-summary-heading {
    text-align: right;
  }
}
.order-history__details-summary-item {
  color: rgba(52, 52, 52, 0.8);
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.order-history__details-summary-item--total-price {
  font-weight: 700;
  font-size: 18px;
}
.order-history__back {
  text-align: center;
  margin: 25px 0 30px;
}
@media (min-width: 768px) {
  .order-history__back {
    margin: 65px 0 70px;
  }
}
.order-history__back .btn {
  width: 100%;
  text-indent: -57px;
}
@media (min-width: 768px) {
  .order-history__back .btn {
    width: auto;
    text-indent: 0;
  }
}
@media (max-width: 991px) {
  .order-history table,
  .order-history thead,
  .order-history tbody,
  .order-history th,
  .order-history td,
  .order-history tr {
    display: block;
  }
  .order-history .table-responsive {
    border: none;
  }
  .order-history thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .order-history tr {
    border: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .order-history td {
    border: none !important;
  }
  .order-history td:not(:last-child) {
    border-bottom: 1px solid #eee !important;
  }
  .order-history .table-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .order-history .table > tbody + tbody {
    border-top: none;
  }
}
.order-history .table-mobile-label {
  color: rgba(52, 52, 52, 0.8);
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .order-history .table-mobile-label {
    display: none;
  }
}
@media (min-width: 992px) {
  .order-history .cell-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .order-history .cell-right {
    text-align: right;
  }
}
.table-bonds {
  margin-top: 20px;
}
.table-bonds > thead > tr > th:last-child {
  text-align: right;
}
@media (min-width: 992px) {
  .table-bonds > tbody > tr > td:last-child {
    text-align: right;
  }
}
.table-clipboard-main {
  margin-top: 20px;
}
.table-clipboard-main td::before {
  display: block;
  margin-bottom: 5px;
  color: rgba(52, 52, 52, 0.8);
  font-size: 15px;
}
@media (min-width: 992px) {
  .table-clipboard-main td::before {
    display: none;
  }
}
.table-clipboard-main td:nth-child(1)::before {
  content: 'Identifikation';
}
.table-clipboard-main td:nth-child(2)::before {
  content: 'Name Zwischenablage';
}
.table-clipboard-main td:nth-child(3)::before {
  content: 'Datum und Uhrzeit';
}
.table-clipboard-main td:nth-child(4)::before {
  content: 'Anzahl der Produkte';
}
.table-clipboard-main td .fa-plus {
  font-size: 11px;
  margin-left: 1px;
}
.table-clipboard {
  margin-top: 20px;
}
.table-clipboard td::before {
  display: block;
  margin-bottom: 5px;
  color: rgba(52, 52, 52, 0.8);
  font-size: 15px;
}
@media (min-width: 992px) {
  .table-clipboard td::before {
    display: none;
  }
}
.table-clipboard td:nth-child(1) {
  line-height: 23px;
}
.table-clipboard td:nth-child(1) a {
  color: #a28800;
}
.table-clipboard td:nth-child(1)::before {
  content: 'Name';
}
.table-clipboard td:nth-child(2)::before {
  content: 'Preis';
}
.table-clipboard td:nth-child(3)::before {
  content: 'Anzahl';
}
.table-clipboard .form-control {
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  width: 60px;
  text-align: center;
  color: #000;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .table-order-history-details {
    margin-top: 5px;
  }
}
.table-order-history-details > tbody > tr > td {
  vertical-align: top;
}
.table-order-history-details .cart-item-handler-image-preview-wrap img {
  padding: 3px;
  border: 1px solid #c1c1c1;
  box-shadow: inset 0 0 0 1px #dfdfdf;
  display: block;
  margin: 10px 0;
  height: 150px;
  width: auto;
}
.table-order-history-details__product-name {
  font-weight: 700;
}
.table-order-history-details__product-comission {
  color: rgba(52, 52, 52, 0.8);
}
.clipboard-editor__header {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .clipboard-editor__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
.clipboard-editor__header .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .clipboard-editor__header .btn {
    width: auto;
  }
}
.clipboard-editor__header .btn:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .clipboard-editor__header .btn:not(:last-child) {
    margin-bottom: 0;
  }
}
.clipboard-editor__header .btn-with-arrow-left {
  text-indent: -57px;
}
@media (min-width: 768px) {
  .clipboard-editor__header .btn-with-arrow-left {
    text-indent: 0;
  }
}
.clipboard-editor__date {
  font-size: 16px;
}
.clipboard-editor__form {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .clipboard-editor__form {
    margin-bottom: 50px;
  }
}
.clipboard-editor__form-top {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
}
.clipboard-editor__form-top > div:first-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .clipboard-editor__form-top > div:first-child {
    flex: 1;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.clipboard-editor__form-buttons {
  margin: 20px 0;
  text-align: center;
}
.configurator {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.configurator__heading {
  margin: 25px 0 20px;
  font-size: 30px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .configurator__heading {
    font-size: 35px;
    margin: 35px 0;
  }
}
@media (min-width: 768px) {
  .configurator__heading {
    font-size: 50px;
    margin: 60px 0 55px;
  }
}
.configurator__steps-wrapper {
  margin: 0 auto 30px;
  max-width: 1260px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .configurator__steps-wrapper {
    margin: 0 auto 50px;
  }
}
@media (min-width: 1260px) {
  .configurator__steps-wrapper {
    margin: 0 auto 60px;
    padding: 0 15px;
  }
}
.configurator__steps-wrapper::before,
.configurator__steps-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 80px;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s ease;
}
@media (min-width: 768px) {
  .configurator__steps-wrapper::before,
  .configurator__steps-wrapper::after {
    width: 130px;
  }
}
.configurator__steps-wrapper.scroll-left-active::before {
  opacity: 1;
  visibility: visible;
}
.configurator__steps-wrapper.scroll-right-active::after {
  opacity: 1;
  visibility: visible;
}
.configurator__steps-wrapper::after {
  left: auto;
  right: 0;
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.configurator__steps {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #ddd #8f9090;
  padding-bottom: 15px;
  position: relative;
  min-height: 142px;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
.configurator__steps:empty {
  min-height: 0;
}
.configurator__steps::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  display: none;
}
@media (min-width: 1260px) {
  .configurator__steps::-webkit-scrollbar {
    display: block;
  }
}
.configurator__steps::-webkit-scrollbar-track {
  background: #ddd;
}
.configurator__steps::-webkit-scrollbar-thumb {
  background: #8f9090;
}
.configurator__steps-item {
  display: flex;
  align-items: center;
}
.configurator__steps-item-numbers {
  margin: 15px 0 15px 45px;
}
.configurator__steps-item-bottom {
  margin-left: 95px;
}
.configurator__step {
  min-width: 180px;
  max-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: break-word;
}
.configurator__step-name {
  font-weight: 700;
  word-break: break-word;
  padding: 0 10px;
}
.configurator__step-value {
  color: #999;
  padding: 0 10px;
}
.configurator__step--completed {
  cursor: pointer;
}
.configurator__step--completed .configurator__step-number-value {
  background-color: #589421;
}
.configurator__step--completed .configurator__step-number-value::after {
  background-color: rgba(88, 148, 33, 0.5);
}
.configurator__step-number {
  min-width: 90px;
  max-width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.configurator__step-number--active {
  cursor: pointer;
}
.configurator__step-number--active .configurator__step-number-value {
  background-color: #ffd600;
  color: #000;
  text-shadow: 0.707px 0.707px 0px rgba(0, 0, 0, 0.3);
}
.configurator__step-number-value {
  width: 30px;
  height: 30px;
  background-color: #8f9090;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  text-shadow: 0.707px 0.707px 0px rgba(0, 0, 0, 0.1);
}
.configurator__step-number-value::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  z-index: 1;
  border-radius: 50%;
  opacity: 0.1;
}
.configurator__step-number:not(:last-child) .configurator__step-number-value::after {
  content: '';
  position: absolute;
  height: 4px;
  width: 80px;
  left: 100%;
  top: 50%;
  margin-top: -2px;
  background-color: #ddd;
  z-index: -1;
}
.configurator__step-number--completed {
  cursor: pointer;
}
.configurator__step-number--completed .configurator__step-number-value {
  background-color: #589421;
}
.configurator__step-number--completed .configurator__step-number-value::after {
  background-color: rgba(88, 148, 33, 0.5);
}
.configurator__price {
  order: 1;
  width: 100%;
  height: 40px;
  background-color: #f6f6f6;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: inset 0 1px #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #343434;
  margin-top: 30px;
}
.configurator__price:empty {
  display: none;
}
@media (min-width: 768px) {
  .configurator__price {
    height: 50px;
    max-width: 450px;
    margin: 50px auto 15px;
    border: 1px solid #d8d8d8;
    border-left: 3px solid #ffd600;
    box-shadow: inset 0 1px #e6e6e6, inset 0 -1px #e6e6e6, 0 2px #f6f6f6;
    border-radius: 5px;
  }
}
@media (min-width: 1260px) {
  .configurator__price {
    font-size: 16px;
    margin: 70px auto 30px;
  }
}
.configurator__price span {
  font-weight: 700;
}
.configurator__footer {
  background-color: #ffd600;
  color: #000;
  text-align: center;
  padding: 20px 0;
  margin-top: auto;
}
@media (min-width: 768px) {
  .configurator__footer {
    text-align: left;
  }
}
@media (min-width: 1260px) {
  .configurator__footer {
    padding: 31px 0;
  }
}
.configurator__footer-inner {
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .configurator__footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.configurator__footer p,
.configurator__footer a {
  color: #000;
  font-size: 15px;
}
@media (min-width: 768px) {
  .configurator__footer p,
  .configurator__footer a {
    font-size: 18px;
  }
}
@media (min-width: 1260px) {
  .configurator__footer p,
  .configurator__footer a {
    font-size: 19px;
  }
}
.configurator__footer a:hover {
  color: #343434;
}
.configurator__footer-text {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .configurator__footer-text {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .configurator__footer-phone {
    display: flex;
  }
}
.configurator__footer-phone-item {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media (min-width: 768px) {
  .configurator__footer-phone-item {
    font-size: 16px;
  }
}
@media (min-width: 1260px) {
  .configurator__footer-phone-item {
    font-size: 19px;
  }
}
.configurator__footer-phone-item:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .configurator__footer-phone-item:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .configurator__footer-phone-item:not(:last-child) {
    margin-right: 40px;
  }
}
.configurator__footer-phone-item img {
  margin-right: 8px;
}
.configurator__footer + .footer {
  margin-top: 0;
}
.configurator .swiper-wrapper {
  padding: 2px 0;
}
.configurator .swiper-wrapper-center {
  justify-content: center;
}
.configurator .swiper-wrapper-center .swiper-slide:last-child {
  margin-right: 0 !important;
}
.configurator .swiper-slide {
  width: 130px;
  height: auto;
}
@media (min-width: 768px) {
  .configurator .swiper-slide {
    width: 175px;
  }
}
.configurator .swiper-button-prev,
.configurator .swiper-button-next {
  width: 85px;
  height: 50px;
  border-radius: 1000px;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url('../../data/image/site/icons/icon-gallery-arrow-left.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  outline: 0;
  z-index: 1;
  left: 0;
  display: none;
}
@media (min-width: 1260px) {
  .configurator .swiper-button-prev,
  .configurator .swiper-button-next {
    display: flex;
  }
}
.configurator .swiper-button-prev::after,
.configurator .swiper-button-next::after {
  content: none;
}
.configurator .swiper-button-prev.swiper-button-disabled,
.configurator .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.configurator .swiper-button-next {
  left: auto;
  right: 0;
  background-image: url('../../data/image/site/icons/icon-gallery-arrow-right.png');
  background-position: center;
}
.configurator__simple-list {
  position: relative;
}
.configurator__simple-list::after {
  content: '';
  position: relative;
  background-color: #fafafa;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.25s ease;
  z-index: 1;
}
@media (min-width: 1260px) {
  .configurator__simple-list {
    padding: 5px 105px;
  }
}
.configurator__simple-list.active::after {
  opacity: 0;
  visibility: hidden;
}
.configurator__simple-list-item {
  background-color: #fff;
  border: 1px solid rgba(191, 191, 191, 0.6);
  box-shadow: 0px 2px 0px rgba(171, 172, 172, 0.1), inset 0 0 0 1px #ebebeb;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  min-width: 130px;
  max-width: 130px;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  transition: 0.1s ease;
}
@media (min-width: 768px) {
  .configurator__simple-list-item {
    min-width: 175px;
    max-width: 175px;
  }
}
.configurator__simple-list-item:hover {
  border: 1px solid #579321;
  box-shadow: inset 0 0 0 2px #579321;
}
.configurator__simple-list-item-image-wrapper {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.configurator__simple-list-item-image {
  max-width: 100%;
  max-height: 100%;
}
.configurator__simple-list-item-name {
  display: block;
  font-size: 15px;
  color: #000;
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  word-break: break-word;
}
.configurator__simple-list-item-desc {
  display: none;
}
.configurator__horizontal-list-slider {
  position: relative;
}
@media (min-width: 1260px) {
  .configurator__horizontal-list-slider {
    padding: 5px 105px;
  }
}
.configurator__horizontal-list-slider::after {
  content: '';
  position: relative;
  background-color: #fafafa;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.25s ease;
  z-index: 1;
}
.configurator__horizontal-list-slider.active::after {
  opacity: 0;
  visibility: hidden;
}
.configurator__horizontal-list-item {
  background-color: #fff;
  border: 1px solid rgba(191, 191, 191, 0.6);
  box-shadow: 0px 2px 0px rgba(171, 172, 172, 0.1), inset 0 0 0 1px #ebebeb;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  min-width: 130px;
  max-width: 130px;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  transition: 0.1s ease;
}
@media (min-width: 768px) {
  .configurator__horizontal-list-item {
    min-width: 175px;
    max-width: 175px;
  }
}
.configurator__horizontal-list-item:hover {
  border: 1px solid #aac88f;
  box-shadow: 0 0 0 2px #579321;
}
.configurator__horizontal-list-item-image-wrapper {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.configurator__horizontal-list-item-image {
  max-width: 100%;
  max-height: 100%;
}
.configurator__horizontal-list-item-name {
  display: block;
  font-size: 15px;
  color: #000;
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  word-break: break-word;
}
.configurator__horizontal-list-item-desc {
  display: none;
}
.configurator__custom-links {
  display: none;
  text-align: center;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .configurator__custom-links {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: 0;
  }
}
.configurator__custom-links a {
  color: #ccc;
  font-size: 24px;
}
.configurator__custom-links a:hover {
  color: #ffd600;
}
.configurator__custom-links a:not(:last-child) {
  margin-right: 5px;
}
.configurator__skip {
  text-align: center;
}
.configurator__skip > a {
  margin-top: 50px;
}
.configurator .alert {
  display: block;
}
.configurator .alert-success {
  border-left: 3px solid #ffd600;
}
.configurator .alert-info {
  border-left: 3px solid #ffd600;
}
.configurator .alert-danger {
  color: #ea421b !important;
}
.configurator .alert-info-with-image img {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .configurator .alert-info-with-image img {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .configurator .alert-info-with-image {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .configurator .alert-info-with-image > * {
    flex: 1;
  }
}
.configurator .alert-info-with-image .alert {
  margin-bottom: 0;
}
.configurator .alert.col-xs-12 {
  float: none;
}
.panelConfigurator {
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
}
.dimensions-allowed {
  background-color: #f6f7f7;
  text-align: center;
  padding: 20px;
  border: 1px solid #d8d8d8;
  box-shadow: inset 0 0 0 1px #e6e7e7;
}
.dimensions-allowed-title {
  font-size: 18px;
  color: #343434;
  margin-bottom: 18px;
}
.dimensions-allowed-variant {
  background-color: #fff;
  border: 1px solid #dddede;
  box-shadow: inset 0 0 0 1px #edeeee;
  max-width: 340px;
  margin: 10px auto;
  padding: 20px;
}
.dimensions-allowed-variant-separator {
  font-size: 15px;
  color: #343434;
  font-weight: 700;
}
.dimensions-allowed .dimensions-allowed-item > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: #000;
  font-size: 15px;
}
.dimensions-allowed .dimensions-allowed-item > div .value {
  font-weight: 400;
}
.dimension-fields-wrap {
  position: relative;
  text-align: center;
}
.dimension-fields-wrap .dimensions-image-wrapper {
  position: relative;
  margin-top: 30px;
  display: inline-block;
}
@media (min-width: 1260px) {
  .dimension-fields-wrap .dimensions-image-wrapper {
    margin-top: 100px;
  }
}
.dimension-fields-wrap .dimension-field-wrap {
  position: static;
}
@media (min-width: 1260px) {
  .dimension-fields-wrap .dimension-field-wrap {
    left: 50% !important;
    top: -75px !important;
    transform: translateX(-50%);
    position: absolute;
    width: 385px;
  }
}
.dimension-fields-wrap .dimension-field-wrap + .dimension-field-wrap {
  margin-top: 15px;
}
@media (min-width: 1260px) {
  .dimension-fields-wrap .dimension-field-wrap + .dimension-field-wrap {
    left: calc(100% + 20px) !important;
    top: 50% !important;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
.dimension-fields-wrap .input-group-addon {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  min-width: 50px;
}
.dimension-fields-wrap .form-control {
  color: #000;
}
.configurator__dimensions-select {
  margin-top: 30px;
  text-align: center;
}
.configurator__dimensions-select label {
  font-weight: 700;
  color: #000;
  font-size: 15px;
}
.configurator__dimensions-select select {
  max-width: 300px;
  margin: 0 auto;
}
.configurator__dimensions-btn {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .configurator__dimensions-btn {
    margin-top: 50px;
  }
}
.configurator__upload {
  text-align: center;
}
.configurator__upload-info {
  color: #626262;
  font-size: 16px;
}
.configurator__upload-info--important {
  font-weight: 700;
  margin-bottom: 10px;
}
.configurator__upload .alert {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .configurator__upload .alert {
    margin: 40px 0;
  }
}
.configurator__upload-image {
  max-width: 500px;
  height: auto;
}
.configurator__upload-input {
  margin: 30px 0 20px;
}
@media (min-width: 768px) {
  .configurator__upload-input {
    margin: 30px 0 30px;
  }
}
@media (min-width: 1260px) {
  .configurator__upload-input {
    margin: 30px 0 50px;
  }
}
.configurator__upload-input input[type="file"] {
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px;
  outline: 0;
}
.configurator__image-position-info {
  text-align: center;
  color: #626262;
  font-size: 16px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .configurator__image-position-info {
    font-size: 20px;
    margin: 40px 0;
  }
}
.configurator__image-position-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .configurator__image-position-wrapper {
    margin-bottom: 50px;
  }
}
@media (min-width: 1260px) {
  .configurator__image-position-wrapper {
    margin-bottom: 70px;
  }
}
.configurator__image-position-btn {
  text-align: center;
}
.configurator__image-position #contentDiv {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.configurator__image-position #contentDiv > #resizeDiv {
  z-index: 3;
  position: absolute;
  display: none;
}
.configurator__image-position #contentDiv > #resizeDiv > img {
  z-index: 0;
  opacity: 0.3;
  cursor: move;
}
.configurator__image-position #contentDiv > #imageToResizeDiv {
  position: absolute;
  z-index: 2;
  display: none;
}
.configurator__image-position #contentDiv > #imageToResizeDiv > img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.configurator__image-position .panelFrame {
  border: 1px solid #bfbfbf;
  box-shadow: inset 0 0 0 1px #eee;
  z-index: 0;
  border-radius: 3px;
}
.configurator__confirmation {
  text-align: center;
}
.configurator__confirmation .form-group {
  max-width: 500px;
  margin: 0 auto;
}
.configurator__confirmation .form-group label {
  font-size: 16px;
  color: #000;
}
.configurator__confirmation-buttons {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .configurator__confirmation-buttons {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
@media (min-width: 1260px) {
  .configurator__confirmation-buttons {
    margin-top: 50px;
  }
}
.configurator__confirmation-buttons .btn {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .configurator__confirmation-buttons .btn {
    margin-bottom: 0;
    width: auto;
  }
}
@media (min-width: 768px) {
  .configurator__confirmation-buttons .btn:not(:last-child) {
    margin-right: 10px;
  }
}
.configurator__confirmation-buttons .btn-with-arrow {
  text-indent: 57px;
}
@media (min-width: 768px) {
  .configurator__confirmation-buttons .btn-with-arrow {
    text-indent: 0;
  }
}
.configurator__hierarchical-basic-list-selects .form-control {
  max-width: 500px;
  margin: 0 auto 20px;
}
.configurator__hierarchical-basic-list-buttons {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .configurator__hierarchical-basic-list-buttons {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
@media (min-width: 1260px) {
  .configurator__hierarchical-basic-list-buttons {
    margin-top: 50px;
  }
}
.configurator__hierarchical-basic-list-buttons .btn {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .configurator__hierarchical-basic-list-buttons .btn {
    margin-bottom: 0;
    width: auto;
  }
}
@media (min-width: 768px) {
  .configurator__hierarchical-basic-list-buttons .btn:not(:last-child) {
    margin-right: 10px;
  }
}
.configurator__hierarchical-basic-list-buttons .btn-with-arrow {
  text-indent: 57px;
}
@media (min-width: 768px) {
  .configurator__hierarchical-basic-list-buttons .btn-with-arrow {
    text-indent: 0;
  }
}
.configurator__hierarchical-basic-list .roof-info {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .configurator__hierarchical-basic-list .roof-info {
    margin-bottom: 30px;
  }
}
@media (min-width: 1260px) {
  .configurator__hierarchical-basic-list .roof-info {
    margin-bottom: 50px;
  }
}
.configurator__hierarchical-basic-list .roof-info img {
  max-width: 100%;
}
.configurator__hierarchical-basic-list .roof-info .alert {
  font-size: 14px;
  line-height: 19px;
}
.configurator__extras-btn {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .configurator__extras-btn {
    margin-top: 50px;
  }
}
.configurator__extras .checkbox a {
  color: #000;
  font-weight: 700;
}
.configurator__extras-image-wrapper {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .configurator__extras-image-wrapper {
    flex-direction: row;
  }
}
.configurator__extras-image-wrapper img {
  max-width: 100%;
  width: auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .configurator__extras-image-wrapper img {
    margin-bottom: 0;
  }
}
.configurator__extras-image-wrapper-left img {
  margin-bottom: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .configurator__extras-image-wrapper .form-field {
    max-width: 225px;
    margin-left: 10px;
  }
}
.configurator__extras-image-wrapper .form-field .input-group-addon {
  min-width: 50px;
  color: #000;
  font-weight: 700;
  background-color: #fafafa;
}
@media (min-width: 768px) {
  .configurator__extras-image-wrapper-left .form-field {
    margin-left: 0;
    margin-right: 10px;
  }
}
.configurator__extras-block {
  margin-bottom: 30px;
}
.configurator__extras-block img {
  margin-bottom: 5px;
}
.configurator__checkbox-list {
  position: relative;
}
.configurator__checkbox-list::after {
  content: '';
  position: relative;
  background-color: #fafafa;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.25s ease;
  z-index: 1;
}
@media (min-width: 1260px) {
  .configurator__checkbox-list {
    padding: 5px 105px;
  }
}
.configurator__checkbox-list.active::after {
  opacity: 0;
  visibility: hidden;
}
.configurator__checkbox-list-item {
  background-color: #fff;
  border: 1px solid rgba(191, 191, 191, 0.6);
  box-shadow: 0px 2px 0px rgba(171, 172, 172, 0.1), inset 0 0 0 1px #ebebeb;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  min-width: 130px;
  max-width: 130px;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  transition: 0.1s ease;
}
@media (min-width: 768px) {
  .configurator__checkbox-list-item {
    min-width: 175px;
    max-width: 175px;
  }
}
.configurator__checkbox-list-item:hover {
  border: 1px solid #aac88f;
  box-shadow: 0 0 0 2px #579321;
}
.configurator__checkbox-list-item-image-wrapper {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.configurator__checkbox-list-item-image {
  max-width: 100%;
  max-height: 100%;
}
.configurator__checkbox-list-item-name {
  display: block;
  font-size: 15px;
  color: #000;
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
}
.configurator__checkbox-list-item-desc {
  display: none;
}
.configurator__checkbox-list .checkbox {
  margin: 10px auto 0;
  padding-left: 20px;
}
.configurator__checkbox-list-buttons {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .configurator__checkbox-list-buttons {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
@media (min-width: 1260px) {
  .configurator__checkbox-list-buttons {
    margin-top: 50px;
  }
}
.configurator__checkbox-list-buttons .btn {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .configurator__checkbox-list-buttons .btn {
    margin-bottom: 0;
    width: auto;
  }
}
@media (min-width: 768px) {
  .configurator__checkbox-list-buttons .btn:not(:last-child) {
    margin-right: 10px;
  }
}
.configurator__checkbox-list-buttons .btn-with-arrow {
  text-indent: 57px;
}
@media (min-width: 768px) {
  .configurator__checkbox-list-buttons .btn-with-arrow {
    text-indent: 0;
  }
}
.configurator__start {
  text-align: center;
  padding: 0 15px;
  max-width: 1260px;
  margin: 0 auto;
}
.configurator__start label {
  font-size: 16px;
  color: #000;
}
.configurator__start .form-control {
  max-width: 500px;
  margin: 0 auto 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .configurator__start .form-control {
    margin: 0 auto 50px;
  }
}
@media (min-width: 1260px) {
  .configurator__start .form-control {
    margin: 0 auto 70px;
  }
}
.grid-root {
  margin: 0 calc((100vw - 100%) / (-2) + 50px);
  margin-bottom: 20px;
  margin-top: 50px;
  text-align: left;
}
@media (min-width: 992px) {
  .grid-root {
    margin-bottom: 50px;
  }
}
.grid-root .grid-product-wrap {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  margin-bottom: 20px;
  scrollbar-width: thin;
  scrollbar-color: #ffd600 #ddd;
}
.grid-root .grid-product-wrap::-webkit-scrollbar {
  height: 10px;
}
.grid-root .grid-product-wrap::-webkit-scrollbar-track {
  background-color: #ddd;
}
.grid-root .grid-product-wrap::-webkit-scrollbar-thumb {
  background-color: #ffd600;
}
.grid-root .grid-product-wrap .panel-configurator-control .form-control,
.grid-root .grid-product-wrap .panel-configurator-control .panel-configurator-control-not-editable {
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  padding: 5px;
}
.grid-root .panel-configurator-control-main {
  margin-bottom: 20px;
}
.grid-root .panel-configurator-control-main > select {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.grid-root .panel-configurator-control-main > .btn {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  background-color: #ffd600 !important;
  border-color: #ffd600 !important;
}
.grid-root .panel-configurator-controls {
  display: flex;
  align-items: center;
}
.grid-root .panel-configurator-controls .panel-configurator-control:first-child .label,
.grid-root .panel-configurator-controls .panel-configurator-control:first-child .form-control,
.grid-root .panel-configurator-controls .panel-configurator-control:first-child .panel-configurator-control-not-editable {
  border-left: none;
}
.grid-root .panel-configurator-control {
  white-space: nowrap;
}
.grid-root .panel-configurator-control input[type="number"] {
  -moz-appearance: textfield;
}
.grid-root .panel-configurator-control .label {
  color: #555;
  background-color: #fafafa;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: none;
  display: block;
  padding: 5px;
  border-radius: 0;
}
.grid-root .panel-configurator-control .form-control,
.grid-root .panel-configurator-control-not-editable {
  border-radius: 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: none;
  height: 34px;
  box-shadow: none;
}
.grid-root .panel-configurator-control .form-control[type="number"],
.grid-root .panel-configurator-control-not-editable[type="number"] {
  min-width: 60px;
}
.grid-root .panel-configurator-control .form-control:focus,
.grid-root .panel-configurator-control-not-editable:focus {
  box-shadow: inset 0 0 0 1px #ffd600;
  border-color: transparent;
}
.grid-root .panel-configurator-control .form-control:not(select):focus,
.grid-root .panel-configurator-control-not-editable:not(select):focus {
  z-index: 1;
  position: relative;
}
.grid-root .panel-configurator-control:first-child .label,
.grid-root .panel-configurator-control:first-child .form-control,
.grid-root .panel-configurator-control:first-child .panel-configurator-control-not-editable {
  border-left: 1px solid #ccc;
}
.grid-root .panel-configurator-control-not-editable {
  display: flex;
  align-items: center;
  background-color: #ededed;
  padding: 6px 12px;
  height: 34px;
  width: auto;
  min-width: 0;
}
.grid-root .panel-configurator-control .btn {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  padding: 0;
}
.grid-root .panel-configurator-control .btn-danger {
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}
.grid-root .panel-configurator-control .btn-danger:hover,
.grid-root .panel-configurator-control .btn-danger:focus,
.grid-root .panel-configurator-control .btn-danger:active {
  color: #ffffff !important;
  background-color: #d2322d !important;
  border-color: #ac2925 !important;
}
.grid-root .panel-configurator-control-main {
  display: flex;
}
.grid-root .panel-configurator-control-main .form-control {
  border: 1px solid #ccc;
  width: 100%;
  max-width: 600px;
  height: 40px;
}
.grid-root .panel-configurator-control-main .form-control:focus {
  box-shadow: done;
  border: 1px solid #ffd600;
}
.grid-root .panel-configurator-control-actions {
  text-align: center;
}
.grid-root .panel-configurator-control-actions .panel-configurator-control-not-editable {
  display: flex;
  justify-content: center;
  padding: 5px;
}
.grid-root .panel-configurator-control .form-control:focus {
  outline: 0;
}
.grid-root .panel-configurator-control .form-control::-moz-focus-inner {
  border: 0;
}
.grid-root .panel-configurator-control select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2371AA3D%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right 5px top 50%, 0 0;
  background-size: 10px auto, 100%;
  padding-right: 30px;
}
.grid-root .panel-configurator-control select.form-control::-ms-expand {
  display: none;
}
.grid-root .panel-configurator-control select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.grid-root .btn.panel-configurator-new-btn {
  padding: 0 10px;
  width: auto;
  height: 40px;
  line-height: 40px;
  transition: 0.1s ease;
}
.grid-root .btn.panel-configurator-new-btn:hover,
.grid-root .btn.panel-configurator-new-btn:focus {
  background-color: #ffd600 !important;
  border: 1px solid #ffd600 !important;
}
.grid-root .panel-configurator-control-amount .form-control {
  min-width: 60px;
  text-align: right;
}
.grid-root .panel-configurator-control {
  position: relative;
}
.grid-root .panel-configurator-control input[type="number"] {
  text-align: right;
}
.grid-root .panel-configurator-control .has-error {
  background-color: #ffdcdc;
}
.grid-root .panel-configurator-control .validator {
  position: absolute;
  right: 3px;
  top: 21px;
}
.grid-root .panel-configurator-control .validator-custom {
  right: 8px;
}
.grid-root .btn.btn-configurator-add {
  background-color: #ffd600 !important;
  border-color: #ffd600 !important;
}
.grid-root .btn.btn-configurator-add:hover {
  color: #fff !important;
  background-color: #ffd600 !important;
  border: 1px solid #ffd600 !important;
}
DIV.configurator-image-position-and-size {
  -ms-touch-action: none;
}
DIV.configurator-image-position-and-size DIV#contentDiv {
  position: relative;
  z-index: 1;
  /*margin: 0 auto;*/
  margin-bottom: 5%;
  display: inline-block;
}
DIV.configurator-image-position-and-size DIV#contentDiv > DIV#resizeDiv {
  z-index: 3;
  position: absolute;
  display: none;
}
DIV.configurator-image-position-and-size DIV#contentDiv > DIV#resizeDiv > IMG {
  z-index: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: move;
}
DIV.configurator-image-position-and-size DIV#contentDiv > DIV#imageToResizeDiv {
  position: absolute;
  z-index: 2;
  display: none;
}
DIV.configurator-image-position-and-size DIV#contentDiv > DIV#imageToResizeDiv > IMG {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}
DIV.configurator-image-position-and-size DIV.panelFrame {
  border: 1px dashed #ff0000;
  z-index: 0;
  /*margin: 0 auto;*/
}
DIV.configurator-image-position-and-size DIV.bottons-row {
  position: relative;
  z-index: 4;
  text-align: center;
}
DIV.configurator-image-position-and-size DIV.image-information-wrap {
  text-align: center;
}
DIV.configurator-image-position-and-size DIV.image-information-wrap > DIV {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
DIV.configurator-fotolia DIV.image-thumbnail-wrap {
  border: 1px solid #dcdcdc;
  width: 132px;
  height: 132px;
  float: left;
  margin: 0px 4px 14px 4px;
  position: relative;
}
DIV.configurator-fotolia DIV.image-thumbnail-wrap:hover,
DIV.configurator-fotolia DIV.image-thumbnail-wrap:active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #70aa3c;
  border: 2px solid rgba(112, 170, 60, 0.44);
}
DIV.configurator-fotolia A.image-thumbnail {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
DIV.configurator-fotolia A.image-thumbnail:hover {
  text-decoration: none !important;
}
DIV.configurator-fotolia DIV.image-thumbnail-wrap > A.info {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../../data/image/ico_info_small.png');
  background-repeat: no-repeat;
  top: 0px;
  right: 0px;
}
.activePanelGallery {
  margin-left: 5%;
}
@media (min-width: 1200px) {
  .activePanelGallery {
    width: 80%;
  }
}
.fotolia-inline {
  text-align: center !important;
}
.fotolia-pager .pagination > li > a,
.fotolia-pager .pagination > li > a {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.fotolia-pager .pagination > .active > a,
.fotolia-pager .pagination > .active > span,
.fotolia-pager .pagination > .active > a:hover,
.fotolia-pager .pagination > .active > span:hover,
.fotolia-pager .pagination > .active > a:focus,
.fotolia-pager .pagination > .active > span:focus {
  background-color: #71aa3d !important;
  border-color: #71aa3d !important;
}
.fotolia-pager .pagination > li:first-child > a,
.fotolia-pager .pagination > li:first-child > span {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
.fotolia-pager > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.components-atom {
  text-align: left;
}
.components-atom p {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.components-atom .dark--btn {
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #000;
  letter-spacing: 0.1em;
  font-weight: 700;
  white-space: nowrap;
}
.components-atom .dark--btn:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
.components-atom table {
  width: auto;
  margin: 0;
}
.components-atom table td {
  padding: 0 !important;
  border: none !important;
}
.components-atom .components-main-title {
  color: #000 !important;
}
.components-atom .pagination {
  margin: 0;
}
.components-atom .searchButton {
  position: absolute;
  right: 18px;
  top: 2px;
  width: 31px;
  height: 31px;
  padding-top: 7px;
}
.components-atom .component-panel-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .components-atom .component-panel-wrap {
    flex-direction: column;
    justify-content: center;
  }
}
.components-atom .component-panel-wrap .component-panel-box {
  width: 48%;
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  .components-atom .component-panel-wrap .component-panel-box {
    width: 100%;
  }
}
.components-atom .component-panel-wrap .component-panel-box .component-panel-box-item {
  display: block;
  margin-bottom: 25px;
}
.components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .both-side-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .both-side-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .both-side-wrap .left-side-imgbox {
  display: flex;
  min-height: 100%;
  width: 48%;
}
@media screen and (max-width: 991px) {
  .components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .both-side-wrap .left-side-imgbox {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .both-side-wrap .left-side-imgbox .thumbnail {
  min-width: 100%;
  text-align: center;
}
.components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .both-side-wrap .right-side-descriptionbox {
  width: 48%;
}
@media screen and (max-width: 991px) {
  .components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .both-side-wrap .right-side-descriptionbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .description-wrap {
  min-height: 40px;
}
.components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .attributes-wrap {
  min-height: 140px;
}
.components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .attributes-wrap .attribute-options .components-radios label {
  top: -2px;
  position: relative;
  font-size: 12px;
  margin-left: 5px;
}
@media screen and (max-width: 991px) {
  .components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .attributes-wrap .attribute-options {
    text-align: center;
  }
  .components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .attributes-wrap .attribute-options .components-radios {
    width: 100%;
    text-align: center;
  }
}
.components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .amount-control {
  /*width: 50%*/
}
.components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .addcart-wrap {
  display: inline-flex;
  width: 100%;
}
.components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .addcart-wrap .input-group {
  display: flex;
  width: 100%;
}
.components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .addcart-wrap .input-group .component-panel-left,
.components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .addcart-wrap .input-group .component-panel-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .addcart-wrap .input-group .component-panel-left,
  .components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .addcart-wrap .input-group .component-panel-right {
    width: 100%;
    margin-bottom: 20px;
    flex-direction: column;
  }
}
.components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .addcart-wrap .input-group .component-panel-left .input-group-btn {
  display: inline-flex;
  width: 80%;
}
.components-atom .component-panel-wrap .component-panel-box .component-panel-box-item .addcart-wrap .input-group .component-panel-left .input-group-btn .input-group-addon {
  display: flex;
  width: -moz-min-content;
  width: -webkit-min-content;
  width: min-content;
  justify-content: center;
  align-items: center;
}
.components-atom .custom-checkbox > span {
  position: relative;
  display: block;
}
.components-atom .custom-checkbox > span input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
.components-atom .custom-checkbox > span input[type=checkbox] + label:before {
  position: absolute;
  top: 3px;
  left: -22px;
  height: 15px;
  width: 15px;
  content: '';
  display: inline-block;
  border-radius: 3px;
  background: #fff;
  box-shadow: inset 0 2px #ededed;
  border: 1px solid #a5a1ae;
}
.components-atom .custom-checkbox > span input[type=checkbox] + label:before {
  border-radius: 2px;
}
.components-atom .custom-checkbox > span input[type=checkbox]:checked + label:before {
  position: absolute;
  top: 3px;
  left: -22px;
  height: 15px;
  width: 15px;
  content: " ";
  display: inline-block;
  border-radius: 3px;
  background: #000;
  box-shadow: none;
  border: none;
}
.components-atom .custom-checkbox > span input[type=checkbox]:checked + label:after {
  position: absolute;
  background: url(../../data/image/checkbox.png) no-repeat;
  width: 11px;
  height: 11px;
  top: 5px;
  left: -20px;
  content: '';
}
.components-atom .cart-item-attribute {
  float: none;
  color: #676767;
  height: auto;
  line-height: 1.5;
}
.components-atom {
  margin-bottom: 30px;
  width: auto;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.components-atom .components-main-title {
  margin: 45px 0 60px 0;
  text-align: center;
}
.components-atom .components-atom-panels-wrap {
  margin-bottom: 50px;
}
@media (min-width: 1000px) {
  .components-atom .components-atom-panels-wrap {
    display: flex;
    align-items: flex-start;
    margin-bottom: 70px;
  }
}
.components-atom .components-atom-left {
  margin-bottom: 25px;
}
@media (min-width: 1000px) {
  .components-atom .components-atom-left {
    width: 240px;
    margin: 0;
    margin-right: 30px;
  }
}
.components-atom .components-atom-left .dark--btn {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.components-atom .components-atom-left .dark--btn:last-child {
  background-color: #999;
  border: 1px solid #999;
}
.components-atom .components-atom-left .dark--btn:last-child:hover {
  background-color: #8a8a8a;
  color: #fff;
}
.components-atom .components-atom-search-wrap {
  position: relative;
  margin-bottom: 10px;
}
.components-atom .components-atom-search-wrap::after {
  content: '';
  background: #b7bccb;
  left: -4px;
  top: 8px;
  width: calc(100% + 8px);
  height: calc(100% - 16px);
  position: absolute;
  z-index: -1;
  border-radius: 6px;
}
.components-atom .components-atom-search-wrap .form-control {
  height: 40px;
  position: relative;
}
.components-atom .components-atom-search-wrap .searchButton {
  position: absolute;
  right: 10px;
  top: 9px;
  font-size: 18px;
  color: #000;
  width: auto;
  height: auto;
  padding: 0;
}
.components-atom .components-atom-main-filter {
  padding: 20px 15px;
  border: 1px solid #dddee2;
  margin: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
}
.components-atom .components-atom-main-filter::after {
  content: '';
  background: #b7bccb;
  left: -5px;
  top: 10px;
  width: calc(100% + 10px);
  height: calc(100% - 20px);
  position: absolute;
  z-index: -1;
  border-radius: 12px;
}
.components-atom .components-atom-main-filter br {
  display: none;
}
.components-atom .components-atom-main-filter__title {
  font-size: 23px;
  color: #ffd600;
  margin: 0;
  margin-bottom: 5px;
  display: block;
  margin-bottom: 20px;
}
.components-atom .components-atom-main-filter__list {
  display: block;
  padding-left: 22px;
}
.components-atom .components-atom-main-filter__list label {
  font-weight: 400;
}
.components-atom .components-atom-main-filter__list > span:not(:last-child) {
  margin-bottom: 8px;
}
.components-atom .components-atom-main-filter .form-control {
  box-shadow: inset 0 2px #ece9f1;
  height: 40px;
}
.components-atom .components-atom-main-filter .form-controls-one-row {
  display: flex;
}
.components-atom .components-atom-main-filter .form-controls-one-row > :first-child {
  margin-right: 10px;
}
@media (min-width: 1000px) {
  .components-atom .components-atom-right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
}
.components-atom .components-atom-right .component-panel-box {
  border: 1px solid #e1d9e7;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 1250px) {
  .components-atom .components-atom-right .component-panel-box {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .components-atom .components-atom-right .component-panel-box:not(:nth-child( 2n )) {
    margin-right: 20px;
  }
}
@media (min-width: 1500px) {
  .components-atom .components-atom-right .component-panel-box {
    flex-basis: calc(33.333333% - 20px);
    max-width: calc(33.333333% - 20px);
    margin-bottom: 30px;
  }
  .components-atom .components-atom-right .component-panel-box:not(:nth-child( 2n )) {
    margin-right: 0;
  }
  .components-atom .components-atom-right .component-panel-box:not(:nth-child( 3n )) {
    margin-right: 30px;
  }
}
.components-atom .components-atom-right .component-panel-box__image {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0ecf3;
  border-radius: 4px;
  height: 280px;
}
.components-atom .components-atom-right .component-panel-box__image a {
  display: flex;
  height: 280px;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
.components-atom .components-atom-right .component-panel-box__image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.components-atom .components-atom-right .component-panel-box__title {
  color: #ffd600;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #efebf3;
  text-align: center;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}
.components-atom .components-atom-right .component-panel-box__title a {
  text-decoration: none;
  display: block;
  color: #ffd600;
}
.components-atom .components-atom-right .component-panel-box__description {
  flex: 1;
  font-size: 12px;
  color: #554860;
  padding: 10px 0;
  border-bottom: 1px solid #f0ecf3;
  margin: 0;
}
.components-atom .components-atom-right .component-panel-box__options {
  padding: 12px 0;
}
.components-atom .components-atom-right .component-panel-box__options input[type="radio"] {
  display: none;
}
.components-atom .components-atom-right .component-panel-box__options span {
  display: block;
  position: relative;
}
.components-atom .components-atom-right .component-panel-box__options label {
  padding-left: 22px;
  font-size: 14px;
  color: #3a3a3a;
  font-weight: 400;
}
.components-atom .components-atom-right .component-panel-box__options label::before {
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid #a7a4b0;
  border-radius: 50%;
  box-shadow: inset 0 2px #ece9f1;
  position: absolute;
  left: 0;
  top: 3px;
}
.components-atom .components-atom-right .component-panel-box__options input[type="radio"]:checked + label:before {
  box-shadow: inset 0 0 3px red;
  border: 4px solid #ffd600;
  box-shadow: none;
}
.components-atom .components-atom-right .component-panel-box__options table {
  width: 100%;
}
.components-atom .components-atom-right .component-panel-box__options--only-one {
  text-align: center;
}
.components-atom .components-atom-right .component-panel-box__options--only-one label {
  font-size: 24px;
  color: #ffd600;
  font-size: 28px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.components-atom .components-atom-right .component-panel-box__options--only-one label::before {
  content: none;
}
.components-atom .components-atom-right .component-panel-box__action {
  display: flex;
  justify-content: space-between;
}
.components-atom .components-atom-right .component-panel-box__action .form-control {
  width: 40px;
  box-shadow: inset 0 2px #ece9f1;
  border: 1px solid #ccc6d6;
  height: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.components-atom .components-atom-right .component-panel-box__action .dark--btn {
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  font-size: 11px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex: 1;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
}
@media (min-width: 1600px) {
  .components-atom .components-atom-right .component-panel-box__action .dark--btn {
    font-size: 13px;
  }
}
.components-atom .components-atom-right .pager-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.components-atom .components-atom-right .pager-wrap .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.components-atom .components-atom-right .pager-wrap li > a {
  padding: 0;
  width: 26px;
  height: 40px;
  border: none;
  margin-right: 10px;
  border-radius: 4px;
  line-height: 36px;
  font-size: 15px;
  font-weight: 700;
  color: #202020;
  transition: border-color 0.1s ease;
  background-color: #fff;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
.components-atom .components-atom-right .pager-wrap li > a:hover {
  background-color: #fff;
  border: none;
}
.components-atom .components-atom-right .pager-wrap li.active > a {
  border-color: #ffd600;
}
.components-atom .components-atom-right .pager-wrap li.prev > a,
.components-atom .components-atom-right .pager-wrap li.next > a {
  width: auto;
  padding: 0 15px;
}
@media (min-width: 1000px) {
  .components-atom .components-atom-right .pager-wrap li.prev,
  .components-atom .components-atom-right .pager-wrap li.next {
    position: absolute;
    right: 0;
    top: 0;
  }
  .components-atom .components-atom-right .pager-wrap li.prev > a,
  .components-atom .components-atom-right .pager-wrap li.next > a {
    width: auto;
    padding: 0;
    margin-right: 0;
  }
  .components-atom .components-atom-right .pager-wrap li.prev {
    right: auto;
    left: 0;
  }
}
.components-atom .components-atom-right .alert {
  flex: 1;
  align-self: flex-start;
}
.components-atom-description {
  margin-bottom: 50px;
}
.components-atom-description p {
  font-size: 15px;
  color: #0f1b30;
}
.components-atom--single .component-single-attributes-wrap {
  flex: 1;
}
@media (min-width: 1250px) {
  .components-atom--single .component-single-attributes-wrap {
    flex: 1 1 0;
  }
}
.components-atom--single .component-single-attributes-options {
  margin-bottom: 30px;
}
@media (min-width: 1250px) {
  .components-atom--single .component-single-attributes-options {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.components-atom--single .component-single-attributes-options-cart {
  display: flex;
  margin-top: 10px;
}
@media (min-width: 1250px) {
  .components-atom--single .component-single-attributes-options-cart {
    margin-top: 0;
  }
}
.components-atom--single .component-single-attributes-options .form-control {
  box-shadow: inset 0 2px #eee;
  border: 1px solid #ddd;
  height: 32px;
  width: 40px;
  margin-right: 5px;
}
@media (min-width: 1400px) {
  .components-atom--single .component-single-attributes-options .form-control {
    width: 80px;
  }
}
.components-atom--single .component-single-attributes-options .dark--btn {
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}
@media (min-width: 1400px) {
  .components-atom--single .component-single-attributes-options .dark--btn {
    font-size: 14px;
  }
}
.components-atom--single .component-single-attributes-options input[type="radio"] {
  display: none;
}
.components-atom--single .component-single-attributes-options span {
  display: block;
  position: relative;
}
.components-atom--single .component-single-attributes-options label {
  padding-left: 22px;
  font-size: 14px;
  color: #3a3a3a;
  display: block;
  font-weight: 400;
}
.components-atom--single .component-single-attributes-options label::before {
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid #a7a4b0;
  border-radius: 50%;
  box-shadow: inset 0 2px #ece9f1;
  position: absolute;
  left: 0;
  top: 3px;
}
.components-atom--single .component-single-attributes-options input[type="radio"]:checked + label:before {
  box-shadow: inset 0 0 3px red;
  border: 4px solid #ffd600;
  box-shadow: none;
}
.components-atom--single .component-single-attributes-options .component-panel-box__options--only-one {
  text-align: center;
}
.components-atom--single .component-single-attributes-options .component-panel-box__options--only-one label {
  font-size: 24px;
  color: #ffd600;
  font-size: 28px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.components-atom--single .component-single-attributes-options .component-panel-box__options--only-one label::before {
  content: none;
}
.product-cart-summary-from-configurator-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  .product-cart-summary-from-configurator-wrapper {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.product-cart-summary-from-configurator-gallery,
.product-cart-summary-from-configurator-attributes {
  flex: 1;
}
@media (min-width: 800px) {
  .product-cart-summary-from-configurator-gallery,
  .product-cart-summary-from-configurator-attributes {
    flex: 1 1 0;
  }
}
.product-cart-summary-from-configurator-gallery {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
@media (min-width: 800px) {
  .product-cart-summary-from-configurator-gallery {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.product-cart-summary-from-configurator-gallery__image {
  margin-right: 10px;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #dddee2;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 10px;
  max-width: 100%;
}
.product-cart-summary-from-configurator-gallery__image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.product-cart-summary-from-configurator-gallery__thumbs {
  display: flex;
  flex-direction: column;
}
.product-cart-summary-from-configurator-gallery__thumb-image {
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #dddee2;
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-cart-summary-from-configurator-gallery__thumb-image:hover img {
  opacity: 0.75;
}
.product-cart-summary-from-configurator-gallery__thumb-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  opacity: 0.5;
  transition: opacity 0.1s ease;
}
.product-cart-summary-from-configurator-gallery__thumb-image--is-active {
  border: 2px solid #b7bbcb;
}
.product-cart-summary-from-configurator-gallery__thumb-image--is-active:hover img,
.product-cart-summary-from-configurator-gallery__thumb-image--is-active img {
  opacity: 1;
}
.product-cart-summary-from-configurator-attributes {
  background-color: #fbfbfc;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  color: #3a4466;
}
.product-cart-summary-from-configurator-attributes .cart-item-header {
  display: none;
}
.product-cart-summary-from-configurator-attributes > div {
  display: flex;
  flex-direction: column;
}
.product-cart-summary-from-configurator-attributes > div:not(.clearfix):not(.cart-item-header) {
  display: flex;
}
.product-cart-summary-from-configurator-attributes > div > div:not(.clearfix):not(.cart-item-header) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  border-bottom: 1px solid #dddee2;
}
.product-cart-summary-from-configurator-attributes > div > div:not(.clearfix):not(.cart-item-header):first-child {
  border-top: 1px solid #dddee2;
}
.product-cart-summary-from-configurator-attributes .cart-item-attribute-name {
  font-weight: 700;
}
.product-cart-summary-from-configurator-attributes .cart-item-attribute-name {
  overflow: visible;
}
.product-cart-summary-from-configurator-attributes .cart-item-attribute-value {
  text-align: right;
  margin-left: 10px;
}
.product-configurator-page-product-description {
  margin: 50px 0;
}
.product-configurator-page-product-description .description--header-h2,
.product-configurator-page-product-description h2 {
  font-weight: bold;
  color: #6c3a9a;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 24px;
  display: block;
}
@media screen and (max-width: 999px) {
  .product-configurator-page-product-description .description--header-h2,
  .product-configurator-page-product-description h2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 676px) {
  .product-configurator-page-product-description .description--header-h2,
  .product-configurator-page-product-description h2 {
    font-size: 19px;
  }
}
.product-configurator-page-product-description .description--header-h3,
.product-configurator-page-product-description h3 {
  color: #6c3a9a;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  display: block;
}
.product-configurator-page-product-description span,
.product-configurator-page-product-description .description--text,
.product-configurator-page-product-description p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #0f1b30;
  line-height: 1.6;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 676px) {
  .product-configurator-page-product-description span,
  .product-configurator-page-product-description .description--text,
  .product-configurator-page-product-description p {
    font-size: 14px;
  }
}
.product-configurator-page-product-description ul,
.product-configurator-page-product-description ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #0f1b30;
  line-height: 1.6;
  display: block;
}
@media screen and (max-width: 676px) {
  .product-configurator-page-product-description ul,
  .product-configurator-page-product-description ul li {
    font-size: 14px;
  }
}
.product-configurator-page-product-description ul li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 10px;
}
.product-configurator-page-product-description ul li:before {
  position: absolute;
  content: '';
  background: url(../../data/image/list-icon.png) no-repeat;
  top: 7px;
  left: -23px;
  width: 18px;
  height: 16px;
}
.product-configurator-page-product-description a {
  color: #6c3a9a;
}
.product-configurator-page-product-description .floating-image {
  float: right;
  margin-right: 20px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 650px) {
  .product-configurator-page-product-description .floating-image {
    float: none;
  }
}
.product-configurator-page-product-description .table.table-striped tbody tr td {
  height: 30px !important;
  line-height: 30px !important;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 650px) {
  .product-configurator-page-product-description .table.table-striped tbody tr td {
    font-size: 14px;
  }
}
@media screen and (max-width: 464px) {
  .product-configurator-page-product-description .table.table-striped tbody tr td {
    font-size: 12px;
  }
}
.product-configurator-page-product-description .table.table-striped tbody tr td .glyphicon.glyphicon-remove.text-danger:before {
  content: '';
  background: url(../../data/image/icon-remove.png) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
}
.product-configurator-page-product-description .table.table-striped tbody tr td .glyphicon.glyphicon-ok.text-success:before {
  content: '';
  background: url(../../data/image/icon-ok.png) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
}
.product-configurator-page-product-description .table.table-striped tbody tr td:nth-child(2) .glyphicon.glyphicon-remove.text-danger:before,
.product-configurator-page-product-description .table.table-striped tbody tr td:nth-child(2) .glyphicon.glyphicon-ok.text-success:before {
  left: 60px;
}
@media screen and (max-width: 650px) {
  .product-configurator-page-product-description .table.table-striped tbody tr td:nth-child(2) .glyphicon.glyphicon-remove.text-danger:before,
  .product-configurator-page-product-description .table.table-striped tbody tr td:nth-child(2) .glyphicon.glyphicon-ok.text-success:before {
    left: 49px;
  }
}
.product-configurator-page-product-description .table.table-striped tbody tr td:nth-child(3) .glyphicon.glyphicon-remove.text-danger:before,
.product-configurator-page-product-description .table.table-striped tbody tr td:nth-child(3) .glyphicon.glyphicon-ok.text-success:before {
  left: 19px;
}
@media screen and (max-width: 991px) {
  .product-configurator-page-product-description .col-sm-12.col-md-5.col-xs-offset-1 {
    margin-left: 0;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 80%;
  }
  .product-configurator-page-product-description .col-sm-12.col-md-5 {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .product-configurator-page-product-description .col-sm-12.col-md-5.col-xs-offset-1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .product-configurator-page-product-description .col-sm-12.col-md-5 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 350px) {
  .product-configurator-page-product-description .visible-under-xxs {
    display: block;
  }
  .product-configurator-page-product-description .visible-over-xxs {
    display: none !important;
  }
}
@media (min-width: 351px) {
  .product-configurator-page-product-description .visible-under-xxs {
    display: none;
  }
  .product-configurator-page-product-description .visible-over-xxs {
    display: block;
  }
}
@media (max-width: 500px) {
  .product-configurator-page-product-description .visible-under-xsm {
    display: block;
  }
  .product-configurator-page-product-description .visible-over-xsm {
    display: none;
  }
}
@media (min-width: 501px) {
  .product-configurator-page-product-description .visible-under-xsm {
    display: none;
  }
  .product-configurator-page-product-description .visible-over-xsm {
    display: block;
  }
}
.product-configurator-page-product-description .deco-none {
  color: #000000 !important;
  text-decoration: none;
}
.product-configurator-page-product-description .videoyt {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.product-configurator-page-product-description .videoyt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-icon-back {
  display: inline-block;
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 3px;
  position: relative;
  background-color: #ffd600;
  margin-bottom: 5px;
}
.btn-icon-back::after {
  content: '';
  background-image: url('../../data/image/site/icons/icon-back.png');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.item--description.alert-warning {
  padding: 20px;
  margin: 20px 0;
  background-color: #ddb936;
  color: #4d4113;
  border-radius: 4px;
}
.item--description.alert-warning a {
  color: #4d4113;
  border-bottom: 2px solid #6f5d1b;
}
.components-page {
  text-align: left;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .components-page {
    margin-top: 65px;
  }
}
.components-page__heading {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  color: #000;
}
@media (min-width: 768px) {
  .components-page__heading {
    font-size: 50px;
    margin: 0 0 65px 0;
  }
}
.nav-tabs-components {
  margin-bottom: 30px;
  border: none;
  display: flex;
  flex-wrap: wrap;
}
.nav-tabs-components::before,
.nav-tabs-components::after {
  content: none;
}
.nav-tabs-components > li {
  margin: 0;
  margin-bottom: 20px;
  display: block;
  min-width: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.nav-tabs-components > li:not(:nth-child(2n)) {
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .nav-tabs-components > li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .nav-tabs-components > li {
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}
@media (min-width: 992px) {
  .nav-tabs-components > li:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .nav-tabs-components > li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .nav-tabs-components > li {
    min-width: calc(16.666666% - 16.666666px);
    max-width: calc(16.666666% - 16.666666px);
  }
}
@media (min-width: 1200px) {
  .nav-tabs-components > li:not(:nth-child(6n)) {
    margin-right: 20px;
  }
}
.nav-tabs-components > li.active > a {
  border: 2px solid #ffd600;
  color: #343434;
}
.nav-tabs-components > li.active > a:hover,
.nav-tabs-components > li.active > a:focus {
  border: 2px solid #ffd600;
  color: #343434;
}
.nav-tabs-components > li.active > a img {
  filter: none;
}
.nav-tabs-components > li > a {
  margin: 0;
  border-radius: 4px;
  padding: 20px;
  border: 2px solid #ddd;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #999;
  transition: 0.2s ease;
}
.nav-tabs-components > li > a img {
  display: block;
  margin-bottom: 10px;
  max-width: 60px;
  height: auto;
  filter: grayscale(100%);
  transition: 0.2s ease;
}
.nav-tabs-components > li > a:hover {
  border: 2px solid #ffd600;
  background-color: #fff;
  color: #343434;
}
.nav-tabs-components > li > a:hover img {
  filter: none;
}
.nav-tabs-components > li > a:focus {
  border: 2px solid #ddd;
  background: none;
}
.tab-content-components {
  margin-bottom: 50px;
  border: none;
}
.tab-content-components .panel-title {
  display: none;
}
.tab-component-items {
  display: flex;
  flex-wrap: wrap;
}
.tab-component-item {
  border: 2px solid #ddd;
  border-radius: 4px;
  padding: 20px;
  display: block;
  text-align: center;
  transition: 0.2s ease;
  width: 100%;
  margin-bottom: 20px;
  color: #343434;
}
@media (min-width: 768px) {
  .tab-component-item {
    max-width: calc(50% - 10px);
    min-width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .tab-component-item:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .tab-component-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .tab-component-item {
    max-width: calc(25% - 15px);
    min-width: calc(25% - 15px);
  }
}
@media (min-width: 1200px) {
  .tab-component-item:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}
.tab-component-item:hover,
.tab-component-item:focus {
  border: 2px solid #ffd600;
  color: #333;
}
.tab-component-item:hover img,
.tab-component-item:focus img {
  opacity: 0.8;
}
.tab-component-item img {
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
  opacity: 0.7;
}
.tab-component-item p {
  margin: 0 !important;
  font-weight: 700;
  font-size: 13px;
  word-break: break-word;
}
.tab-component-item a {
  color: #343434;
}
.tab-component-item-link {
  height: 36px;
  width: 36px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  border-radius: 4px;
}
.tab-component-item-link:not(:last-child) {
  margin-right: 3px;
}
.tab-component-item-link:hover {
  border: 1px solid #ffd600;
}
.files {
  position: relative;
  z-index: 1;
  max-width: 1260px;
  padding: 0 15px;
  width: 100%;
  margin: 30px auto;
}
@media (min-width: 1260px) {
  .files {
    margin: 65px auto 70px;
  }
}
.files__top {
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .files__top {
    margin: 0 auto 50px;
  }
}
@media (min-width: 992px) {
  .files__top {
    margin: 0 auto 70px;
  }
}
.files__heading {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .files__heading {
    font-size: 35px;
  }
}
@media (min-width: 1260px) {
  .files__heading {
    font-size: 50px;
  }
}
.files__breadcrumbs {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .files__breadcrumbs {
    margin-top: 25px;
  }
}
.files__breadcrumbs-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
}
.files__breadcrumbs-item {
  margin-top: 5px;
  color: rgba(52, 52, 52, 0.8);
  font-size: 15px;
  transition: 0.1s ease;
  word-break: break-word;
}
.files__breadcrumbs-item:not(:last-child) {
  padding-right: 8px;
}
.files__breadcrumbs-item:not(:last-child)::after {
  content: '/';
  margin-left: 8px;
  color: #b4b4b4;
}
.files__breadcrumbs-item:focus {
  color: rgba(52, 52, 52, 0.8);
}
.files__breadcrumbs-item:hover {
  color: #a28800;
}
.files__breadcrumbs-item--search-string:hover {
  color: rgba(52, 52, 52, 0.8);
}
.files__search {
  width: 100%;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .files__search {
    display: flex;
    margin: 0 auto 50px;
    width: 600px;
  }
}
@media (min-width: 992px) {
  .files__search {
    margin: 0 auto 70px;
  }
}
.files__search .form-control {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .files__search .form-control {
    flex: 1;
    margin-bottom: 0;
  }
}
.files__search-buttons {
  display: flex;
}
@media (min-width: 768px) {
  .files__search-buttons {
    margin-left: 10px;
  }
}
.files__search-buttons .btn {
  flex: 1;
}
.files__search-buttons .btn:not(:last-child) {
  margin-right: 10px;
}
.files__inner {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .files__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.files__item-wrapper {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .files__item-wrapper {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .files__item-wrapper {
    min-width: 25%;
    max-width: 25%;
  }
}
.files__item {
  box-shadow: inset 0 0 0 1px #ececec;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  word-break: break-word;
  transition: 0.1s ease;
  height: 100%;
}
.files__item:hover {
  box-shadow: inset 0 0 0 1px #ffd600;
  border: 1px solid #ffd600;
}
.files__item img {
  margin-bottom: 25px;
}
.files__item i {
  font-size: 60px;
  color: #ffd600;
  margin-bottom: 20px;
}
.files__item-name {
  color: #000;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .files__item-name {
    font-size: 20px;
    line-height: 25px;
  }
}
.files__item-date {
  font-size: 15px;
  color: #abacac;
  margin-top: 22px;
  margin: 25px 0 0 0;
}
.files__item-size {
  font-size: 15px;
  color: #747474;
  margin-top: 5px;
  margin: 0;
}
@media (min-width: 768px) {
  .files__item--file .files__item-name {
    font-size: 18px;
    line-height: 23px;
  }
}
.files__back {
  display: none;
}
.pdf-cart {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc #ffd600;
  width: 100%;
  max-width: 1260px;
  padding: 0 15px;
  margin: 65px auto;
  position: relative;
}
.pdf-cart::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.pdf-cart::-webkit-scrollbar-track {
  background: #ccc;
}
.pdf-cart::-webkit-scrollbar-thumb {
  background: #ffd600;
}
.popover-pdf {
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.popover-pdf .popover-content > :not(:last-child) {
  margin-bottom: 5px;
}
.popover-pdf .popover-content .btn {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  width: 100%;
  background-color: #ffd600 !important;
  border: none !important;
}
.popover-pdf .popover-content .btn:hover {
  color: #000 !important;
  background: #ffd600 !important;
  opacity: 0.8;
}
.annotationLayer .linkAnnotation > a:hover {
  background: none;
  box-shadow: none;
  opacity: 0.35;
  padding: 5px;
}
.annotationLayer .linkAnnotation > a:focus {
  outline: 0;
}
.textLayer > a {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  transform-origin: 0% 0%;
  cursor: pointer;
}
#pdf-container,
#pdf-modal-container {
  pointer-events: none;
}
#pdf-container.active,
#pdf-modal-container.active {
  pointer-events: auto;
}
#pdf-container {
  display: block;
}
#pdf-container .page {
  margin: 0 auto;
}
.modal-pdf .modal-dialog {
  max-width: 100%;
}
.modal-pdf .close {
  position: absolute;
  margin: 0;
  right: 20px;
  top: 7px;
  font-size: 30px;
  z-index: 1;
}
.modal-pdf .modal-body {
  overflow: auto;
}
.modal-pdf .modal-body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.modal-pdf .modal-body::-webkit-scrollbar-track {
  background: #ccc;
}
.modal-pdf .modal-body::-webkit-scrollbar-thumb {
  background: #000;
}
@media (min-width: 992px) {
  .modal-pdf .modal-body {
    max-height: 80vh;
  }
}
.modal-pdf .modal-footer {
  margin-top: 0;
}
.footer {
  text-align: center;
  margin-top: auto;
}
@media (min-width: 1260px) {
  .footer {
    background-color: #ababab;
  }
}
.footer__inner {
  margin: 0 auto;
  max-width: 1260px;
}
@media (min-width: 1260px) {
  .footer__inner {
    display: flex;
    align-items: flex-start;
    padding: 0 15px;
  }
}
.footer__menu {
  background-color: #ababab;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .footer__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1260px) {
  .footer__menu {
    min-width: 795px;
    max-width: 795px;
    padding: 28px 30px 28px 0;
  }
}
.footer__links {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .footer__links {
    display: flex;
    margin-bottom: 0;
  }
}
.footer__links > a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0 0 1.5px rgba(0, 0, 0, 0.2);
  transition: 0.1s ease;
}
.footer__links > a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footer__links > a:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .footer__links > a:not(:last-child) {
    margin-bottom: 0;
    margin-right: 28px;
  }
}
.footer__social-links {
  display: flex;
  justify-content: center;
}
.footer__social-links > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 7px;
  transition: 0.1s ease;
}
.footer__social-links > a:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.footer__social-links > a:not(:last-child) {
  margin-right: 10px;
}
.footer__info {
  background-color: #a2a2a2;
  padding: 20px 15px;
  position: relative;
  text-shadow: 0 0 1.5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1260px) {
  .footer__info {
    text-align: left;
    padding: 28px 0 28px 30px;
  }
}
@media (min-width: 1260px) {
  .footer__info::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 9999px;
    height: 100%;
    background-color: #a2a2a2;
  }
}
.footer__copyright {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 12px;
}
@media (min-width: 1260px) {
  .footer__copyright {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.footer__author {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}
@media (min-width: 1260px) {
  .footer__author {
    font-size: 14px;
    line-height: 22px;
  }
}
.footer__author > a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 18px;
  transition: 0.1s ease;
}
.footer__author > a:hover {
  color: #fff;
}
@media (min-width: 1260px) {
  .footer__author > a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media print {
  .header {
    position: relative;
  }
  a[href]::after {
    content: none !important;
  }
  .footer__social-links,
  .header__top-cart,
  .header__top-send-email,
  .header__top-cart,
  .header__top-user {
    display: none;
  }
  .swiper-wrapper {
    display: block !important;
  }
  .swiper-slide {
    margin: 0 auto 10px !important;
  }
  [id^="trustbadge"] {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */
