@import "intlTelInput.css";
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background: 0 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: 0 0;
}
::-webkit-scrollbar {
  width: 1px;
}
@-webkit-keyframes rotateSpinner {
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateSpinner {
  to {
    transform: rotate(360deg);
  }
}
.catalog-grid-holder {
  position: relative;
}
.preloader-catalog {
  opacity: 0;
  visibility: hidden;
  z-index: 45;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.preloader-catalog .preloader-spinner {
  margin-top: 20%;
  margin-bottom: auto;
  opacity: 0.3;
  -webkit-animation: rotateSpinner 800ms linear infinite;
  animation: rotateSpinner 800ms linear infinite;
}
.preloader-catalog.proccess-load {
  opacity: 1;
  visibility: visible;
}
.request-modal .modal-dialog {
  margin-bottom: 60px;
}
.form-group {
  position: relative;
}
.form-group.phone-input.order-phone-input .current-code {
  top: 39px;
  left: 64px;
}
.form-group.phone-input .current-code {
  position: absolute;
  top: 11px;
  left: 56px;
  z-index: 3;
  font-size: 14px;
}
.order-phone-input .vue-tel-input .vti__dropdown-list {
  width: 350px;
}
.vue-tel-input .vti__input {
  padding-left: 37px;
}
.vue-tel-input:focus-within {
  box-shadow: none !important;
  border-color: #39a0f7;
}
.vue-tel-input .vti__dropdown {
  padding: 0;
}
.vue-tel-input .vti__dropdown.open,
.vue-tel-input .vti__dropdown:hover {
  background-color: transparent;
}
.vue-tel-input .vti__dropdown-item {
  padding: 10px 6px;
}
.vue-tel-input .vti__dropdown-list {
  z-index: 111;
  background-color: #fff;
  border: 1px solid #dfe0e2;
  max-height: 187px;
  width: 430px;
  left: -7px;
  border-radius: 9px;
  box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
}
@media (max-width: 1399px) {
  .order-phone-input .vue-tel-input .vti__dropdown-list {
    width: 290px;
  }
}
@media (max-width: 991px) {
  .form-group.phone-input.order-phone-input .current-code {
    left: 55px;
  }
}
@media (max-width: 767px) {
  .vue-tel-input .vti__dropdown-list {
    width: 315px;
  }
  .form-group.phone-input.order-phone-input .current-code {
    top: 37px;
  }
  .form-group.phone-input .current-code {
    font-size: 12px;
    top: 13px;
  }
}
.custom-calendar .vc-time-icon {
  position: relative;
  top: -6px;
}
.custom-calendar .vc-time-picker {
  justify-content: center;
  align-items: flex-end !important;
}
.custom-calendar .vc-select select:focus {
  border-color: #dfe0e2 !important;
}
.custom-calendar .vc-select select {
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
  width: 70px !important;
}
.custom-calendar .vc-time-day,
.custom-calendar .vc-time-month {
  color: #17c784;
}
.custom-calendar .vc-highlight {
  background-color: #212121 !important;
}
.custom-calendar .vc-day-content,
.custom-calendar .vc-highlight {
  border-radius: 6px !important;
}
main.bg-contain .bg-cover,
main.bg-contain .catalog-item .image {
  background-size: contain !important;
}
.hidden-elements {
  display: none !important;
}
#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main {
  flex-grow: 1;
}
footer {
  flex-shrink: 0;
}
footer.short-footer .footer-contact-links,
footer.short-footer .footer-contacts {
  display: none;
}
a,
button,
input,
textarea {
  outline: 0 !important;
}
textarea.form-control.custom-input {
  height: 120px;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 0 !important;
}
:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}
select,
select:focus {
  outline: 0 !important;
}
textarea {
  resize: none;
}
main {
  max-width: 100%;
  margin: auto;
  position: relative;
}
body,
html {
  height: 100%;
  margin: 0;
}
main {
  min-height: 100%;
  padding-bottom: 30px;
}
body {
  overflow-x: hidden;
  font-size: 14px;
  line-height: 18px;
  background-color: #fff;
  color: #212121;
  position: relative;
  font-family: "SF Pro Display", sans-serif;
}
body.no-scroll {
  overflow: hidden;
}
ol {
  padding-left: 15px;
  margin-bottom: 15px;
}
ol li {
  line-height: 18px;
  margin-bottom: 6px;
}
p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}
a {
  text-decoration: none;
  color: #212121;
}
a:hover {
  color: #212121;
  text-decoration: none;
}
.custom-uploader .modal-review__photo-upload-content-wrapper {
  display: flex;
  align-items: center;
  gap: 9px;
}
.custom-uploader .modal-review__upload-photo-icon {
  width: 14px;
  height: 14px;
}
.custom-uploader .modal-review__photo-upload-btn-immitator {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 23px;
  padding-bottom: 23px;
  border-radius: 7px;
  border: 1px dashed #cdcdcd;
  background: #f5f5f5;
  color: #797979;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  flex-wrap: wrap;
}
.custom-uploader .modal-review__photo-upload-btn-immitator p.help-text {
  font-size: 11px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.custom-uploader .modal-review__photo-upload-btn-immitator input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.custom-uploader .result-upload {
  text-align: left;
}
.custom-uploader .result-upload .upload-item {
  border-radius: 9px;
  padding: 6px;
  background-color: #fff;
  margin-top: 5px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.custom-uploader .result-upload .upload-item .remove {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.custom-uploader .result-upload .upload-item .upload-info {
  overflow: hidden;
  width: 65%;
}
.custom-uploader .result-upload .upload-item .upload-info .prev-name {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.custom-uploader .result-upload .upload-item .upload-info .prev-size {
  opacity: 0.5;
  font-size: 12px;
  text-transform: uppercase;
}
.custom-uploader .result-upload .upload-item .upload-preview {
  border: 1px solid #dfe0e2;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  min-width: 45px;
  margin-right: 10px;
}
.custom-uploader .uploader-holder {
  position: relative;
  border-radius: 9px;
  border: 1px dashed #cbcbcb;
  padding: 15px;
  background: #f1f1f1;
  margin-bottom: 15px;
}
.custom-uploader .default-btn {
  text-transform: none;
}
.custom-uploader .default-btn.upload-btn {
  width: fit-content !important;
  min-width: 100px;
  text-transform: none;
  margin-left: 15px !important;
  padding: 0 20px;
  margin-right: 0 !important;
  line-height: 44px !important;
}
.custom-uploader .file-upload {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  margin-bottom: 15px;
}
.custom-uploader .file-upload .group-input {
  width: 58%;
  position: relative;
}
.custom-uploader .file-upload .group-input .form-control.custom-input {
  padding-left: 40px;
}
.custom-uploader .file-upload .group-input .attach-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.login-btn {
  margin-left: auto;
  margin-right: 15px;
}
.subcategory-panel .subcategory-list > li + li:before {
  content: "|";
  color: #acacac;
  padding: 0 20px;
}
.subcategory-panel {
  z-index: 110;
  background-color: #fff;
  position: sticky;
  top: 61px;
}
.subcategory-panel.is_stuck .subcategory-holder {
  border-color: transparent;
}
.subcategory-panel.has-level .subcategory-list {
  padding-left: 125px;
}
.subcategory-panel.has-level .subcategory-back {
  display: block;
}
.subcategory-panel .subcategory-back {
  background-color: #f4f3f3;
  border-radius: 8px;
  line-height: 32px;
  padding: 0 15px 0 10px;
  position: absolute;
  left: 0;
  z-index: 3;
  display: none;
  top: 15px;
}
.subcategory-panel .subcategory-back img {
  width: 21px;
}
.subcategory-panel .subcategory-back .text {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-left: 5px;
}
.subcategory-panel .subcategory-holder {
  position: relative;
  border-top: 1px solid #dfe0e2;
}
.subcategory-panel .subcategory-list {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
  padding: 20px 5px 20px 0;
  background-color: #fff;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.subcategory-panel .subcategory-list li {
  position: relative;
  margin-bottom: 0;
  display: inline;
  white-space: nowrap;
}
.subcategory-panel .subcategory-list li a {
  position: relative;
  font-weight: 400;
  white-space: nowrap;
}
.subcategory-panel .subcategory-list li a:hover span {
  text-decoration: underline;
}
.subcategory-panel .subcategory-list li a img,
.subcategory-panel .subcategory-list li a span {
  position: relative;
  z-index: 2;
}
.subcategory-panel .subcategory-list li a:hover .subcategory-panel .subcategory-list li a:before {
  opacity: 1;
}
.subcategory-panel .subcategory-list li a:before {
  content: "";
  left: -14px;
  right: -14px;
  top: -5px;
  bottom: -5px;
  background-color: #f5f5f5;
  border-radius: 7px;
  display: none;
  opacity: 0;
  position: absolute;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.subcategory-panel .subcategory-list li a.active {
  font-weight: 700;
}
.subcategory-panel .subcategory-list li a.active span {
  text-decoration: underline;
}
.subcategory-panel .subcategory-list li a.active:before {
  opacity: 1;
}
.subcategory-panel .subcategory-list li:last-child {
  margin-right: 0;
}
.breadcrumb {
  color: #212121;
  padding: 10px 0 0;
  margin-bottom: 5px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-weight: 500;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  margin-right: -15px;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
}
.breadcrumb li {
  display: inline;
  white-space: nowrap;
}
.breadcrumb a {
  color: #acacac;
}
.breadcrumb > li + li:before {
  content: "/";
  color: #acacac;
  padding: 0 10px;
}
.filter-trigger-holder {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}
.filter_trigger {
  display: inline-block;
  line-height: 25px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  background-color: #fff;
}
.filter_trigger img {
  display: inline-block;
  margin-left: 5px;
}
.filter_sidebar {
  position: fixed;
  background-color: #fff;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 1111111;
}
.filter_sidebar .ranger-holder {
  position: relative;
}
.filter_sidebar .ranger-holder .noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 50%);
  left: 50%;
  bottom: -123%;
}
.filter_sidebar .ranger-holder .noUi-tooltip {
  display: block;
  position: absolute;
  border: none;
  border-radius: 3px;
  background: 0 0;
  color: #000;
  padding: 0;
  font-size: 16px;
}
.filter_sidebar .ranger-holder .noUi-handle {
  border: none;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  box-shadow: none;
}
.filter_sidebar .ranger-holder .noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  left: 5px;
  right: auto !important;
  top: -11px;
}
.filter_sidebar .ranger-holder .noUi-handle:after,
.filter_sidebar .ranger-holder .noUi-handle:before {
  display: none;
}
.filter_sidebar .ranger-holder .noUi-connect {
  box-shadow: none;
  background-color: #212121;
}
.filter_sidebar .ranger-holder .noUi-target {
  background: #e5e5e5;
  border-radius: 0;
  border: none;
  box-shadow: none;
  width: 100%;
}
.filter_sidebar .ranger-holder .noUi-horizontal {
  height: 2px;
  padding-left: 20px;
}
.filter_sidebar .ranger-holder .num-line-ranger {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.filter_sidebar .ranger-holder .num-line-ranger span {
  opacity: 0.5;
  font-size: 11px;
}
.filter_sidebar .ranger-holder {
  margin-top: 20px;
}
.filter_sidebar .default-btn.reload_filter {
  background-color: transparent;
  color: #212121;
  text-transform: none;
  text-decoration: underline;
}
.filter_sidebar .default-btn.reload_filter img {
  margin-left: 8px;
  width: 19px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.filter_sidebar .default-btn.btn-accent.apply-filter {
  background-color: #17c784;
  padding: 0 30px;
}
.filter_sidebar .filter-panel .sorting-panel .custom-label {
  argin-bottom: 10px;
  display: inline-block;
  background: #ececec;
  line-height: 25px;
  padding: 0 15px;
  border-radius: 5px;
}
.filter_sidebar .filter_sidebar_wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.filter_sidebar.opened {
  opacity: 1;
  visibility: visible;
}
.filter_sidebar .filter-list {
  overflow-y: auto;
  padding: 20px 15px 0;
  height: 85vh;
}
.filter_sidebar .panel-middle {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: auto;
}
.filter_sidebar .panel-bottom {
  width: 100%;
  background-color: #f5f5f5;
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.filter_sidebar .panel-bottom .default-btn {
  margin: 0 10px;
}
.filter_sidebar .panel-top {
  width: 100%;
  position: relative;
  padding: 15px 15px 10px;
  background-color: #fff;
  z-index: 5;
}
.filter_sidebar .panel-top .close_filter {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 6;
}
.filter_sidebar .panel-top .panel-top-name {
  font-size: 26px;
  line-height: 30px;
}
.filter_sidebar .filter_sidebar_wrapper {
  position: relative;
}
.fixed-holder-btn {
  position: fixed;
  z-index: 111111;
  width: 100%;
  left: 0;
  bottom: 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(100%);
}
.fixed-holder-btn.stickybottom {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.fixed-holder-btn .fixed-btn {
  margin: auto;
  width: 220px;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  color: #fff;
  background: #fb0058;
  border: none;
  box-shadow: 0 7px 14px rgba(74, 79, 97, 0.2);
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  line-height: 46px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.fixed-holder-btn .fixed-btn svg path {
  fill: #fff !important;
}
.fixed-holder-btn .fixed-btn .btn-text {
  margin-right: 5px;
  white-space: nowrap;
}
h1,
h2,
h3,
h4,
h5 {
  letter-spacing: normal;
  font-weight: 400;
}
.h2,
h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #212121;
  position: relative;
  z-index: 5;
  margin-bottom: 15px;
  margin-top: 20px;
}
.h1,
h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #212121;
  margin: 0;
}
h3 {
  color: #212121;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.h4,
h4 {
  font-size: 1rem;
}
@-webkit-keyframes rotateSpinner {
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateSpinner {
  to {
    transform: rotate(360deg);
  }
}
.frame-modal-wrapper.search-modal-wrapper .h3,
.frame-modal-wrapper.search-modal-wrapper h3 {
  margin-top: 5px;
}
.frame-modal-wrapper.search-modal-wrapper .close-cart {
  z-index: 3;
  padding: 0;
  margin: 0;
  font-size: 30px;
  position: absolute;
  opacity: 1;
  right: 20px;
  top: 27px;
  left: auto;
}
.frame-modal-wrapper.search-modal-wrapper .close-cart img {
  width: 24px;
}
.frame-modal-wrapper.search-modal-wrapper .price-element.price-old {
  text-decoration: line-through;
  font-size: 12px;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.frame-modal-wrapper.search-modal-wrapper .price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.frame-modal-wrapper.search-modal-wrapper .search-list {
  margin-top: 25px;
  overflow-y: auto;
  height: 450px;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li {
  margin-bottom: 0;
  border-bottom: 1px solid #dfe0e2;
  position: relative;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li:last-child {
  border: none;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li .item-holder {
  width: 100%;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li .option-box {
  margin-top: 5px;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li .item-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li .name {
  text-decoration: underline;
  font-weight: 600;
  display: -webkit-box;
  width: 95%;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li .price-element:after {
  margin-left: 4px;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li .item-info .right-side {
  width: 75%;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li .item-info .image {
  width: 65px;
  min-width: 65px;
  height: 65px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  background-color: #ebebeb;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 15px;
  position: relative;
  border-radius: 9px;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li a:hover {
  background-color: #f9f9f9;
}
.frame-modal-wrapper.search-modal-wrapper .search-input {
  position: relative;
}
.frame-modal-wrapper.search-modal-wrapper .search-input img {
  width: 30px;
  position: absolute;
  z-index: 3;
  left: 5px;
  top: 7px;
}
.frame-modal-wrapper.search-modal-wrapper .search-input .form-control.custom-input {
  padding-left: 40px;
}
p.bonus-status {
  margin-top: 10px;
  font-weight: 500;
  color: #4ec275;
}
.avatar-info .bonus-panel {
  margin-top: 5px;
  margin-bottom: 0;
}
.bonus-panel {
  margin-top: 15px;
  margin-bottom: 15px;
}
.input-btn-group {
  position: relative;
}
.input-btn-group .default-btn {
  position: absolute;
  line-height: 36px;
  right: 4px;
  top: 4px;
  border-radius: 4px;
}
.delivery-laps {
  text-align: left;
  position: relative;
}
.delivery-laps li {
  position: relative;
  font-size: 14px;
  line-height: 19px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 15px;
}
.delivery-laps li:last-child:after {
  display: none;
}
.delivery-laps li:after {
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 18px;
}
.delivery-laps li:before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  margin-top: -1px;
  width: 5px;
  height: 5px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.delivery-laps li.in-proccess:after {
  background-color: #17c784;
}
.delivery-laps li.in-proccess:before {
  width: 11px;
  height: 11px;
  left: -3px;
  border: 1px solid #17c784;
  background-color: #fff;
}
.delivery-laps li.in-proccess span {
  font-weight: 600;
}
.delivery-laps li.future:after {
  background-color: #bebebe;
}
.delivery-laps li.future:before {
  border: 1px solid #bebebe;
  background-color: #fff;
}
.delivery-laps li.future span {
  opacity: 0.4;
}
.delivery-laps li.done:after,
.delivery-laps li.done:before {
  background-color: #17c784;
}
.delivery-laps li.done span {
  text-decoration: line-through;
  opacity: 0.6;
}
.delivery-laps li span {
  display: block;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top[aria-expanded="true"] .icon-caret-down:before {
  content: "\e905";
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top[aria-expanded="true"] .price-box,
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top[aria-expanded="true"] .product-previews {
  opacity: 0;
}
.personal_area {
  padding-top: 20px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.personal_area .personal_area-sidebar {
  display: block;
}
.personal_area .not-logged-box {
  display: none;
}
.personal_area .map-wrapper {
  margin-bottom: 20px;
}
.personal_area .title-heading {
  margin-bottom: 15px;
}
.personal_area .button-holder {
  margin-top: 20px;
}
.personal_area .default-btn {
  min-width: 190px;
}
.personal_area .form-group {
  margin-bottom: 15px;
}
.personal_area .personal-delivery textarea.form-control.custom-input {
  height: 140px;
}
.personal_area .personal-delivery .form-inline {
  margin: 0 -15px;
}
.personal_area .personal-delivery .form-inline .form-group {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
.personal_area .personal-delivery .delivery-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.personal_area .personal-delivery .delivery-form .personal-delivery-right {
  padding-left: 15px;
}
.personal_area .personal-delivery .delivery-form .personal-delivery-left {
  padding-right: 15px;
}
.personal_area .personal-delivery .delivery-form .personal-delivery-left,
.personal_area .personal-delivery .delivery-form .personal-delivery-right {
  width: 50%;
}
.personal_area .personal-settings .form-group {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
.personal_area .personal-settings .form-inline {
  margin: 0 -15px;
}
.personal_area .personal-area-body {
  position: relative;
  width: 74%;
  padding-left: 30px;
  padding-top: 50px;
}
.personal_area .personal-order-list-table .personal-order-list-item {
  position: relative;
  margin-bottom: 15px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  background-color: #fff;
  border: 1px solid #dfe0e2;
}
.personal_area .personal-order-list-table .personal-order-list-item.lead-item .order-related-info .files-uploader {
  border: none;
  margin-bottom: 0;
  width: fit-content;
}
.personal_area .personal-order-list-table .personal-order-list-item.lead-item .order-related-info .files-uploader .uploader-previews {
  margin: 0;
}
.personal_area .personal-order-list-table .personal-order-list-item.lead-item .order-related-info .files-uploader .uploader-previews .image {
  margin: 0;
  border-color: #dfe0e2;
}
.personal_area .personal-order-list-table .personal-order-list-item.lead-item .order-related-info .custom-label {
  width: 40%;
}
.personal_area .personal-order-list-table .personal-order-list-item.lead-item .personal-order-list-item-footer .footer-holder {
  margin-bottom: 0;
}
.personal_area .personal-order-list-table .personal-order-list-item.lead-item .personal-order-list-item-footer .footer-holder .left-item-footer {
  width: 100%;
  padding-right: 0;
}
.personal_area .personal-order-list-table .personal-order-list-item .show-in-map {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  z-index: 3;
  font-size: 11px;
  padding: 0 10px;
  line-height: 19px;
  border-radius: 4px;
  background-color: #f0f0f0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  left: 163px;
  top: 70px;
}
.personal_area .personal-order-list-table .personal-order-list-item .show-in-map .text {
  display: inline-block;
}
.personal_area .personal-order-list-table .personal-order-list-item .cart-item {
  border-radius: 11px;
  border: 1px solid #dfe0e2;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}
.personal_area .personal-order-list-table .personal-order-list-item .cart-item .additional {
  margin-top: 10px;
}
.personal_area .personal-order-list-table .personal-order-list-item .cart-item .additional .additional-line {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 4px;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  color: #9093ad;
  font-size: 12px;
}
.personal_area .personal-order-list-table .personal-order-list-item .cart-item .additional .additional-line .value {
  padding-left: 5px;
  white-space: nowrap;
}
.personal_area .personal-order-list-table .personal-order-list-item .cart-item .additional .additional-line .add-name {
  padding-right: 5px;
}
.personal_area .personal-order-list-table .personal-order-list-item .cart-item .additional .additional-line .add-name,
.personal_area .personal-order-list-table .personal-order-list-item .cart-item .additional .additional-line .value {
  line-height: 14px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.personal_area .personal-order-list-table .personal-order-list-item .cart-item .additional .additional-line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(../images/icons/dots.png);
}
.personal_area .personal-order-list-table .personal-order-list-item .cart-item .product-name {
  font-weight: 500;
  text-decoration: underline;
}
.personal_area .personal-order-list-table .personal-order-list-item .cart-item .right-side {
  width: 75%;
}
.personal_area .personal-order-list-table .personal-order-list-item .cart-item .image {
  width: 76px;
  min-width: 76px;
  height: 50px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin-right: 10px;
}
.personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder .item-info {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder .option-box {
  width: 40%;
  position: relative;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder .option-box:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #dfe0e2;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
}
.personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder .option-box .item {
  width: 45%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder .option-box .item .value {
  font-weight: 500;
}
.personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder .option-box .item .item-name {
  font-size: 14px;
  line-height: 1;
  opacity: 0.6;
}
.personal_area .personal-order-list-table .personal-order-list-item .panel-bordered {
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer {
  padding: 0 20px 20px;
  font-size: 16px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .order-related-info ul {
  margin-bottom: 10px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .order-related-info li {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .order-related-info li .name {
  color: #565656;
  line-height: 1;
  width: 40%;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .order-related-info li .value {
  font-weight: 600;
  line-height: 1;
  width: 60%;
  text-align: right;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .billing-info {
  padding: 20px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .billing-info li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 10px;
  position: relative;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .billing-info li.total {
  margin-bottom: 0;
  margin-top: 30px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .billing-info li.total .value {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .billing-info li.total .name {
  text-transform: uppercase;
  font-weight: 600;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .billing-info li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(../images/icons/dots-dark.png);
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .billing-info .name {
  padding-right: 5px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .billing-info .value {
  padding-left: 5px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .billing-info .name,
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .billing-info .value {
  line-height: 16px;
  background-color: #f5f5f5;
  position: relative;
  z-index: 2;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .checkbox-group .default-checkbox {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 30px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .checkbox-group .default-checkbox label {
  font-size: 16px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .checkbox-group .default-checkbox:last-child {
  margin-right: 0;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .footer-holder {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 15px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .footer-holder .right-item-footer {
  border-radius: 11px;
  background-color: #f5f5f5;
  width: 40%;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .footer-holder .left-item-footer {
  width: 60%;
  padding-right: 75px;
  padding-top: 15px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder {
  border-top: 1px solid #dfe0e2;
  padding: 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .delivery-laps {
  position: relative;
  width: 27%;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper {
  width: 100%;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .lines {
  width: 50%;
  margin-top: 25px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 15px;
  position: relative;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(../images/icons/dots-dark.png);
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .name {
  padding-right: 5px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .value {
  padding-left: 5px;
  font-weight: 500;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .name,
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .value {
  line-height: 16px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.personal_area .personal-order-list-table .personal-order-list-item .comment-curier-area {
  padding: 20px;
}
.personal_area .personal-order-list-table .personal-order-list-item .comment-curier-area .label-custom {
  opacity: 0.6;
  font-size: 14px;
}
.personal_area .personal-order-list-table .personal-order-list-item .comment-curier-area .text {
  font-size: 16px;
  line-height: 20px;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 15px;
  cursor: pointer;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .icons-holder {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status-body .date {
  opacity: 0.6;
  font-size: 14px;
  line-height: 1;
  display: block;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status-body .department-address {
  font-size: 14px;
  line-height: 1;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .status-bar {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .status-bar .status {
  line-height: 1;
  display: block;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .price-box {
  width: 25%;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .price-box .price-element {
  font-size: 20px;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .product-previews {
  padding-right: 30px;
  width: 30%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .product-previews .preview-count {
  align-self: center;
  -webkit-align-self: center;
  font-size: 12px;
  margin-right: 10px;
  border-radius: 4px;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  border: 1px solid #dfe0e2;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .product-previews .product-preview {
  width: 76px;
  min-width: 76px;
  height: 50px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin-right: 10px;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .product-previews .product-preview:last-child {
  margin: 0;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status {
  position: relative;
  padding-left: 20px;
  width: 45%;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status .price-element {
  display: none;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status.order_canceled:before {
  background-color: red;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status.order_proccess:before {
  background-color: #fed70b;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status.order_send:before {
  background-color: #39a0f7;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status.order_success:before {
  background-color: #17c784;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status:before {
  content: "";
  display: block;
  width: 3px;
  border-radius: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.personal_area .personal-order-list-table .personal-order-list-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 0 20px;
  font-weight: 500;
}
.personal_area .personal-order-list-table .personal-order-list-top .name.name-date_status {
  width: 45%;
}
.personal_area .personal-order-list-table .personal-order-list-top .name.name-price {
  text-align: center;
  width: 25%;
}
.personal_area .personal-order-list-table .personal-order-list-top .name.name-product {
  padding-right: 60px;
  width: 30%;
  text-align: right;
}
.personal_area-sidebar {
  border-right: 1px solid #dfe0e2;
  width: 26%;
  position: relative;
  padding-right: 30px;
}
.personal_area-sidebar .button-holder {
  display: none;
}
.personal_area-sidebar .logout {
  padding-top: 20px;
  padding-bottom: 30px;
}
.personal_area-sidebar .logout a {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #212121;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  opacity: 0.6;
}
.personal_area-sidebar .logout a:hover {
  opacity: 1;
}
.personal_area-sidebar .logout a .icons-holder {
  width: 40px;
  height: 40px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.personal_area-sidebar .personal_area-menu {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #dfe0e2;
}
.personal_area-sidebar .personal_area-menu li {
  margin-bottom: 0;
}
.personal_area-sidebar .personal_area-menu li a.active {
  background-color: transparent !important;
}
.personal_area-sidebar .personal_area-menu a {
  color: #212121;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 40px;
  margin-bottom: 6px;
  position: relative;
}
.personal_area-sidebar .personal_area-menu a:before {
  content: "";
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
}
.personal_area-sidebar .personal_area-menu a .text {
  position: relative;
}
.personal_area-sidebar .personal_area-menu a .icons-holder {
  width: 40px;
  height: 40px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.personal_area-sidebar .personal_area-menu a.active .text {
  font-weight: 700;
}
.personal_area-sidebar .personal_area-menu a.active:before,
.personal_area-sidebar .personal_area-menu a:hover:before {
  opacity: 1;
  visibility: visible;
}
.logged-in {
  display: block;
  letter-spacing: normal;
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfe0e2;
}
.logged-in .logged-in-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.logged-in .logged-in-body .avatar-info .bonus-panel span {
  display: inline-block;
  border: 1px solid #dfe0e2;
  padding: 0 8px;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 4px;
}
.logged-in .logged-in-body .avatar-info .bonus-panel span.num {
  padding: 0;
  border: none;
  color: #279d11;
  font-weight: 700;
  margin-left: 10px;
  font-size: 13px;
}
.logged-in .logged-in-body .user-avatar {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  background-color: #f7f7f7;
  margin-right: 15px;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
}
.leave-tips {
  margin-top: 30px;
  margin-bottom: 30px;
}
.leave-tips .radio-group {
  margin-top: 10px;
}
.radio-group .default-radio {
  margin-right: 20px;
}
.default-radio {
  position: relative;
  display: inline-block;
}
.default-radio input[type="radio"] {
  display: none;
}
.default-radio input[type="radio"]:checked + label:before {
  border-color: #21b1cf;
  animation: ripple 0.2s linear forwards;
  -webkit-animation: ripple 0.2s linear forwards;
  -moz-animation: ripple 0.2s linear forwards;
}
.default-radio input[type="radio"]:checked + label:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.default-radio label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
  text-transform: none;
  font-size: 18px;
  line-height: 1;
  color: #212121;
}
.default-radio label:before {
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 2px solid #dfe0e2;
}
.default-radio label:after {
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  background: #21b1cf;
}
.default-radio label:after,
.default-radio label:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
  -webkit-transition-property: transform, border-color;
  -moz-transition-property: transform, border-color;
}
.default-checkbox {
  position: relative;
  text-align: left;
  line-height: 1;
  margin-bottom: 15px;
}
.default-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.default-checkbox input[type="checkbox"]:checked + label {
  color: #212121;
}
.default-checkbox input[type="checkbox"]:checked + label:before {
  background: #21b1cf;
  border: none;
}
.default-checkbox input[type="checkbox"]:checked + label:after {
  width: 19px;
  height: 19px;
  background-image: url(../images/icons/check-light.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.default-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: #dfe0e2;
}
.default-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background: #dfe0e2;
}
.default-checkbox label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
  text-transform: none;
  font-size: 18px;
  line-height: 1;
  color: #212121;
}
.default-checkbox label:not(:empty) {
  padding-left: 30px;
}
.default-checkbox label:before {
  width: 17px;
  height: 17px;
  background: 0 0;
  border: 2px solid #dfe0e2;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.default-checkbox label:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  display: block;
}
.default-checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
}
.bottom-nav {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 111111;
  box-shadow: 0 -1px 2px rgba(33, 33, 33, 0.1);
}
.bottom-nav.if-catalog ul li {
  width: 25%;
}
.bottom-nav a {
  height: 52px;
  width: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
}
.bottom-nav a img {
  width: 28px;
}
.bottom-nav a.show-menu-btn {
  width: 100%;
}
.bottom-nav a.show-menu-btn:before {
  display: none;
}
.bottom-nav a.show-menu-btn.open {
  background-color: #212121;
}
.bottom-nav a.show-menu-btn.open .show-menu-btn-holder {
  top: 0;
  transform: none;
  -webkit-transform: none;
}
.bottom-nav a.show-menu-btn.open .show-menu-btn-holder span {
  background-color: #fff;
}
.bottom-nav a.show-menu-btn .show-menu-btn-holder {
  position: relative;
  left: 0;
  top: 0;
  width: 30px;
  height: 13px;
  display: block;
  background-color: transparent;
}
.bottom-nav .quick-card-sticker-holder {
  position: relative;
}
.bottom-nav .quick-card-sticker-holder .value {
  font-weight: 600;
  font-size: 9px;
  line-height: 1;
  position: absolute;
  left: 0;
  white-space: nowrap;
  bottom: -2px;
  width: 100%;
  text-align: center;
}
.bottom-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.bottom-nav ul li {
  width: 20%;
  height: 52px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  border-right: 1px solid #dfe0e2;
}
.bottom-nav ul li.active {
  background-color: #212121;
  color: #fff;
}
.bottom-nav ul li.active img {
  filter: invert(100%);
}
.bottom-nav ul li:last-child {
  border: none;
}
.product-info {
  margin-top: 20px;
}
.product-info.wrapper {
  padding-left: 0;
  padding-right: 0;
}
.custom-tabs .nav-pills .nav-link {
  position: relative;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.6;
}
.custom-tabs .nav-pills .nav-link:after {
  content: "";
  display: block;
  height: 4px;
  background-color: #212121;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.custom-tabs .nav-pills .nav-link.active,
.custom-tabs .nav-pills .show > .nav-link {
  color: #212121;
  background-color: transparent;
  position: relative;
  opacity: 1;
}
.custom-tabs .nav-pills .nav-link.active:after,
.custom-tabs .nav-pills .show > .nav-link:after {
  opacity: 1;
  visibility: visible;
}
.custom-tabs .nav {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #dfe0e2;
}
.custom-tabs .nav li {
  margin: 0;
}
.not-found {
  text-align: center;
}
.not-found .default-btn {
  margin: auto;
}
.not-found .num {
  font-size: 100px;
  line-height: 1;
}
.preloader-page {
  opacity: 0;
  visibility: hidden;
  z-index: 11111111111;
  position: fixed;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.preloader-page .preloader-spinner {
  opacity: 0.3;
  -webkit-animation: rotateSpinner 800ms linear infinite;
  animation: rotateSpinner 800ms linear infinite;
}
.preloader-page.proccess-load {
  opacity: 1;
  visibility: visible;
}
.bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icons {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.custom-home-text {
  margin-top: 30px;
}
.custom-home-text p {
  margin-bottom: 15px;
}
.custom-home-text img {
  max-width: 100%;
  margin: 0 auto 20px;
  display: block;
}
.category-panel ul::-webkit-scrollbar {
  height: 1px;
}
.category-panel {
  z-index: 111;
  position: sticky;
  top: 0;
  padding-bottom: 5px;
}
.category-panel.is_stuck {
  overflow: hidden;
}
.category-panel.is_stuck .panel-name {
  opacity: 0;
}
.category-panel.is_stuck ul {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
}
.category-panel.is_stuck ul li {
  margin-bottom: 0;
}
.category-panel .category-panel-holder {
  position: relative;
}
.category-panel .panel-name {
  text-transform: uppercase;
  padding: 0 0 0 15px;
  font-size: 11px;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -9px;
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.category-panel ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
  padding: 10px 5px 10px 15px;
  background-color: #fff;
}
.category-panel ul a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 35px;
  white-space: nowrap;
  padding: 0 30px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  background-color: #ebebeb;
  box-shadow: 0 1px 2px rgba(33, 33, 33, 0.2);
  font-weight: 500;
}
.category-panel ul a .text {
  position: relative;
  top: -1px;
}
.category-panel ul a .icons {
  margin-right: 5px;
  width: 22px;
  height: 22px;
}
.category-panel ul a.active {
  color: #fff;
  background-color: #212121;
  box-shadow: 0 4px 8px rgba(33, 33, 33, 0.2);
}
.category-panel ul li {
  margin-right: 10px;
}
.overlay-menu {
  left: 0;
  top: 0;
  position: fixed;
  background-color: #fff;
  overflow: hidden;
  width: 400px;
  text-align: left;
  z-index: 1111111111;
  visibility: hidden;
  opacity: 0;
}
.overlay-menu .develop-by a {
  font-family: FontOver;
  font-size: 16px;
  white-space: nowrap;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.overlay-menu .develop-by .name {
  margin-right: 20px;
  position: relative;
}
.overlay-menu .develop-by img {
  width: 40px;
}
.overlay-menu .develop-by img.developedby {
  width: 145px;
}
.overlay-menu .chat-btn-holder {
  background-color: #fff;
  padding: 15px 30px;
}
.overlay-menu .chat-btn img {
  margin-right: 6px;
}
.overlay-menu .chat-btn span {
  text-decoration: underline;
}
.overlay-menu .overlay-lang-panel {
  background-color: #fff;
  padding: 0 30px;
}
.overlay-menu .overlay-lang-panel .custom-label {
  margin-right: 10px;
  color: #686868;
}
.overlay-menu .overlay-lang-panel .lang-links a {
  display: inline-block;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 8px;
  padding: 0 12px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  margin-right: 10px;
  color: #212121;
}
.overlay-menu .overlay-lang-panel .lang-links a.active,
.overlay-menu .overlay-lang-panel .lang-links a.active:hover {
  background-color: #212121;
  color: #fff;
}
.overlay-menu .overlay-lang-panel .lang-links a:hover {
  background-color: #f5f5f5;
}
.overlay-menu .overlay-lang-panel .lang-holder {
  padding: 9px 0;
  border-top: 1px solid #dfe0e2;
}
.overlay-menu .menu-info-holder {
  position: relative;
  background-color: #fff;
  padding: 0 30px;
}
.overlay-menu .menu-info {
  position: relative;
  border-top: 1px solid #dfe0e2;
  font-size: 14px;
}
.overlay-menu .menu-info.time-info {
  padding: 15px 25px;
}
.overlay-menu .menu-info.time-info:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/clock.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 16px;
}
.overlay-menu .menu-info.phone-info {
  padding-top: 0;
  border: none;
  margin-top: 5px;
}
.overlay-menu .menu-info.phone-info a {
  margin-right: 10px;
  padding-right: 10px;
  display: inline-block;
  position: relative;
}
.overlay-menu .menu-info.phone-info a:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #dfe0e2;
  position: absolute;
  right: 0;
  top: 3px;
}
.overlay-menu .menu-info.phone-info a:hover {
  text-decoration: underline;
}
.overlay-menu .menu-info.phone-info a:last-child {
  padding: 0;
  margin: 0;
}
.overlay-menu .menu-info.phone-info a:last-child:after {
  display: none;
}
.overlay-menu .menu-info .item span {
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
}
.overlay-menu .menu-info small {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.7;
}
.overlay-menu .close-menu-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  width: 34px;
  height: 34px;
  right: 10px;
  position: absolute;
  top: 25px;
  z-index: 5;
}
.overlay-menu .close-menu-btn img {
  width: 34px;
}
.overlay-menu .bottom-overlay-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  box-shadow: 0 -2px 5px rgba(33, 33, 33, 0.15);
  padding-top: 10px;
  background: #fff;
}
.overlay-menu .soc-link {
  font-size: 15px;
  text-transform: uppercase;
}
.overlay-menu .overlay-top {
  padding: 18px 30px;
  border-bottom: 1px solid #dddedf;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: #fff;
}
.overlay-menu .logo img {
  max-height: 55px;
}
.overlay-menu .menu-list {
  padding: 120px 30px;
  height: 100%;
  overflow-y: auto;
}
.overlay-menu .menu-list .back-level {
  display: none;
}
.overlay-menu .menu-list .back-level .back_level_trigger {
  display: inline-block;
  background-color: #212121;
  color: #fff;
  border-radius: 8px;
  line-height: 32px;
  padding: 0 15px 0 10px;
  z-index: 3;
}
.overlay-menu .menu-list .back-level .back_level_trigger img {
  filter: invert(100%);
}
.overlay-menu .menu-list.with-sublevel .back-level {
  display: block;
}
.overlay-menu .menu-list.with-sublevel .dflt-link {
  display: none;
}
.overlay-menu .menu-list li {
  margin-bottom: 0;
}
.overlay-menu .menu-list li.phones {
  padding-bottom: 15px;
  padding-top: 20px;
}
.overlay-menu .menu-list li.phones a {
  border: none;
  text-decoration: underline;
  line-height: 1.2;
}
.overlay-menu .menu-list li .title-categories-menu {
  margin-bottom: 10px;
  display: block;
}
.overlay-menu .menu-list li.categories-menu {
  padding: 15px 0 0;
}
.overlay-menu .menu-list li.categories-menu a {
  border: none;
  position: relative;
  display: block;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 10px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
}
.overlay-menu .menu-list li.categories-menu a.with-level:after {
  content: "";
  width: 22px;
  height: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(../images/icons/right.svg);
}
.overlay-menu .menu-list li:last-child a {
  border: none;
}
.overlay-menu .menu-list li a {
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #dfe0e2;
  display: block;
}
.overlay-menu .soc-link {
  position: relative;
  background-color: #fff;
  padding: 0 30px;
}
.overlay-menu .develop-by {
  background-color: #fff;
  padding: 15px 30px;
  position: relative;
  border-top: 1px solid #dfe0e2;
}
.overlay-menu .overlay-menu-wrapper {
  width: 100%;
  position: relative;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.overlay-menu.active .overlay-menu-wrapper {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.2s;
}
.wrapper {
  position: relative;
  padding: 0 15px 15px;
}
.wrapper.default-wrapper {
  padding-top: 40px;
}
.wrapper.default-wrapper ul,
.wrapper.default-wrapper ul.custom-list {
  margin-bottom: 15px;
}
.wrapper.default-wrapper h3 {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 15px;
}
.wrapper.default-wrapper h2 {
  margin-bottom: 15px;
}
.wrapper.default-wrapper a {
  text-decoration: underline;
  color: #21b1cf;
  font-weight: 700;
}
.wrapper.default-wrapper a b {
  color: #21b1cf;
}
.wrapper.default-wrapper b {
  font-weight: 700;
  color: #212121;
}
.wrapper.default-wrapper p {
  margin-bottom: 15px;
}
.price-element,
.price-old {
  text-transform: lowercase;
}
.catalog-item {
  margin-bottom: 15px;
}
.catalog-item .particular {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.catalog-item .particular .custom-label {
  display: none;
}
.catalog-item.more-catalog-item {
  cursor: pointer;
  font-size: 18px;
}
.catalog-item.more-catalog-item:hover .text-wrapper {
  text-decoration: underline;
}
.catalog-item .options {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.catalog-item .item-holder {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
}
.catalog-item .product-name {
  width: 95%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: auto;
  font-weight: 400;
}
.catalog-item .item-content {
  width: 100%;
  z-index: 5;
  padding: 15px 15px 0;
}
.catalog-item .image {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  display: block;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background-size: 100% !important;
  background-color: #fff;
}
.catalog-item .default-btn {
  width: 100%;
}
.catalog-item .price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
  min-height: 20px;
}
.catalog-item .price-box .price-old {
  font-size: 11px;
  align-self: flex-end;
  line-height: 1;
  position: relative;
  margin-top: 0;
  text-decoration: line-through;
  white-space: nowrap;
  margin-left: 4px;
  top: -1px;
}
.catalog-item .item-holder {
  color: #212121;
  position: relative;
  padding-bottom: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #f8f8f8;
  border: 1px solid #dfe0e2;
}
.product-label {
  position: absolute;
  border-radius: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 500;
  line-height: 26px;
  font-size: 14px;
  text-transform: uppercase;
  left: 15px;
  top: 15px;
  z-index: 3;
  width: fit-content;
  color: #fff;
  padding: 0 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.product-label.label-sale {
  background-color: #eb1d67;
}
.product-label.label-new {
  background-color: #17c7a3;
  left: auto;
  right: 15px;
}
.product-label.label-important {
  background-color: #212121;
}
.product-label img {
  margin-right: 5px;
  display: inline-block;
  width: 14px;
}
.price-element {
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
  font-size: 20px;
  letter-spacing: -0.02em;
}
.price-element.was-selled {
  color: #eb1d67;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
  position: relative;
  text-align: center;
  padding-right: 0;
  margin-top: 0;
}
.swiper-pagination-bullet {
  background-color: #cecece;
  opacity: 1;
  width: 9px;
  height: 9px;
  transform: scale(0.6);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 2px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #cecece;
  transform: scale(1);
}
.b-wrapper {
  margin-bottom: 30px;
}
.b-wrapper .b-scroll {
  margin-top: 15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
}
.b-wrapper .b-slide {
  margin-right: 15px;
}
.b-wrapper .b-item-body {
  position: relative;
  height: 335px;
  width: 290px !important;
}
.b-wrapper .b-item-body .price-element {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 22px;
  line-height: 1;
}
.b-wrapper .b-item-body a {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 3;
}
.b-wrapper .b-item-body .text {
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px;
  z-index: 5;
}
.b-wrapper .b-item-body .image {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}
.custom-header {
  background-color: #f0f0f0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  height: 500px;
}
.custom-header img {
  display: block;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}
.custom-header.about-header {
  height: 205px;
  position: relative;
  overflow: inherit;
}
.custom-header.about-header img {
  position: absolute;
}
.custom-header.about-header img.about-header-bg {
  right: 0;
  bottom: -25px;
}
.custom-header.about-header img.pharma-luxe {
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.custom-header.category-header.min-header {
  height: auto;
  background-color: transparent;
  padding-left: 0;
  margin: 0;
}
.custom-header.home-header {
  overflow: hidden;
  padding: 0;
}
.custom-header.home-header .header-content {
  padding: 55px 15px 30px;
}
.custom-header.home-header .header-content-alt {
  width: 100%;
  height: 145px;
}
.custom-header.home-header .header-content-alt a {
  width: 100%;
  height: 100%;
}
.custom-header.home-header .default-btn {
  line-height: 46px;
  width: 190px;
  margin: auto;
}
.custom-header.home-header .button-holder {
  margin-top: 10px;
}
.custom-header.home-header .subtitle {
  margin: 10px auto 20px;
}
.custom-header.home-header .logo {
  max-width: 150px;
  max-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .custom-header {
    height: 415px;
  }
}
@media (max-width: 1199px) {
  .custom-header {
    height: 250px;
  }
}
.show-menu-btn {
  width: 30px;
  height: 20px;
  position: relative;
  display: block;
}
.show-menu-btn.open span:nth-child(1) {
  top: 6px;
  width: 30px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.show-menu-btn.open span:nth-child(2) {
  left: -60px;
  opacity: 0;
}
.show-menu-btn.open span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.show-menu-btn span {
  display: block;
  height: 2px;
  background-color: #212121;
  width: 30px;
  position: absolute;
  left: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  border-radius: 2px;
}
.show-menu-btn span:nth-child(1) {
  width: 18px;
  top: 0;
}
.show-menu-btn span:nth-child(2) {
  top: 7px;
}
.show-menu-btn span:nth-child(3) {
  top: 14px;
}
header {
  position: relative;
  margin-bottom: 25px;
}
header.if-logined .default-btn {
  margin-left: 10px;
}
header .logo-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header .chat-btn .text {
  display: inline-block;
}
header .header-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
header .header-btns.if-logined {
  display: none !important;
}
header .header-btns .default-btn {
  text-transform: none;
}
header .header-btns .default-btn .text {
  margin-left: 10px;
}
header .header-btns .line {
  display: none;
  background-color: #dfe0e2;
  height: 30px;
  width: 1px;
  margin: 0 15px;
}
header .header-info {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
header .header-info a {
  margin-right: 15px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
}
header .header-info a:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #dfe0e2;
  position: absolute;
  right: 0;
  top: 3px;
}
header .header-info a:hover {
  text-decoration: underline;
}
header .header-info a:last-child {
  padding: 0;
  margin: 0;
}
header .header-info a:last-child:after {
  display: none;
}
header .header-info .item span {
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
}
header .header-info small {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.7;
}
header .menu-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
header .menu-button .search-btn {
  margin-left: 15px;
}
header .logo-holder a {
  display: block;
}
header .logo-holder img {
  max-height: 45px;
  max-width: 120px;
}
header .header-holder {
  border-bottom: 1px solid #dfe0e2;
  position: relative;
  height: 52px;
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.modal.custom-modal.request-modal .modal-header {
  padding: 25px 30px 0;
}
.modal.custom-modal.modal-bonus .default-btn {
  width: fit-content;
  line-height: 33px;
  padding: 0 20px;
}
.modal.custom-modal.modal-bonus .getted-bonus .bonus-panel {
  font-size: 18px;
  color: #e31c25;
  font-weight: 700;
  margin: 0;
}
.modal.custom-modal.modal-bonus .getted-bonus .coin {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.modal.custom-modal.modal-bonus .getted-bonus .coin img {
  margin-right: 10px;
}
.modal.custom-modal.modal-bonus .coin {
  margin-bottom: 15px;
}
.modal.custom-modal.modal-bonus .coin img {
  display: inline-block;
  width: 30px;
}
.modal.custom-modal .attention-apply {
  font-style: italic;
  margin-top: 15px;
  font-size: 12px;
  line-height: 14px;
  color: #999;
}
.modal.custom-modal .attention-apply a {
  margin-left: 5px;
  color: #17c784;
  text-decoration: underline;
}
.modal.custom-modal .modal-content {
  border: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.modal.custom-modal h2 {
  margin-top: 0;
}
.modal.custom-modal .form-control.custom-input {
  text-align: left;
}
.modal.custom-modal .default-btn {
  font-size: 16px;
  line-height: 54px;
  margin: auto;
  width: 100%;
}
.modal.custom-modal .modal-body {
  text-align: center;
  padding: 15px 30px 30px;
}
.modal.custom-modal .modal-header {
  padding: 10px 15px 0;
  border: none;
}
.modal.custom-modal .form-holder {
  margin-top: 30px;
}
.modal.custom-modal .modal-title {
  margin-bottom: 0;
  margin-top: 0;
}
.modal.custom-modal .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  transition: all 0.06s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.06s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: none;
}
.fade {
  transition: opacity 0.06s linear;
}
.modal-backdrop {
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.06s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.06s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.modal-backdrop.show {
  opacity: 1;
}
.lang-panel {
  text-transform: uppercase;
  position: relative;
  top: -2px;
  width: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.lang-panel .dropdown-item {
  padding: 6px 7px 5px;
  font-size: 13px;
  border-bottom: 1px solid #dfe0e2;
  background-color: #fff;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #212121;
}
.lang-panel .dropdown-item:last-child {
  border: none;
}
.lang-panel .dropdown-item img {
  margin-top: -6px;
}
.lang-panel .dropdown-menu {
  border-radius: 6px;
  left: auto;
  min-width: 60px;
  right: 0 !important;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dfe0e2;
  box-shadow: 0 2px 2px rgba(33, 33, 33, 0.15);
}
.lang-panel a {
  position: relative;
}
.lang-panel a.dropdown-toggle {
  line-height: 20px;
  padding-right: 22px;
  top: 3px;
}
.lang-panel a.dropdown-toggle:after {
  border: none;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icons/down.svg);
  vertical-align: inherit;
  position: absolute;
  right: 0;
  top: -2px;
}
.lang-panel a.dropdown-toggle img {
  top: -1px;
}
.lang-panel a img {
  position: relative;
  margin-right: 4px;
  vertical-align: middle;
  display: none;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  border-color: #212121;
  background-color: transparent;
  color: #212121;
  box-shadow: none;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: none;
}
.default-btn {
  position: relative;
  font-size: 13px;
  width: fit-content;
  touch-action: manipulation;
  cursor: pointer;
  border: none;
  color: #fff;
  font-weight: 600;
  background-color: #212121;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  white-space: nowrap;
  padding: 0 10px 0 15px;
  line-height: 36px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 33;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.default-btn:hover {
  color: #fff;
}
.default-btn.review-btn .text {
  margin-left: 10px;
}
.default-btn.small-btn {
  line-height: 26px;
  text-transform: none;
  padding-right: 7px;
  padding-left: 15px;
}
.default-btn.btn-outline-light {
  color: #212121;
  box-shadow: none;
  border: 1px solid #dfe0e2;
  background-color: #fff;
}
.default-btn.btn-outline-light:hover {
  background-color: #ebebeb;
}
.default-btn.red-btn {
  color: #fff;
  background-color: #e31c25;
}
.default-btn.red-btn:hover {
  background-color: #cc1921;
}
.default-btn.green-btn {
  color: #fff;
  background-color: #4ec275;
}
.default-btn.green-btn:hover {
  background-color: #3fb768;
}
.default-btn.btn-outline {
  background: 0 0;
  color: #212121;
  border: 1px solid #212121;
  text-transform: none;
  box-shadow: none;
  line-height: 34px;
}
.default-btn.btn-outline.large-btn {
  font-size: 15px;
  line-height: 44px;
}
.default-btn.btn-outline .btn-text {
  top: 0;
}
.default-btn.btn-icon {
  height: 36px;
  width: 36px !important;
  padding: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.default-btn.color-btn {
  background: #e6e6e6;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.default-btn .btn-text {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.default-btn.light-btn {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  color: #212121;
  background: #fff;
}
.custom-label {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.sorting-panel {
  margin-top: 15px;
}
.sorting-panel .custom-label {
  margin-bottom: 10px;
}
.sorting-checkbox {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  position: relative;
}
.sorting-checkbox:last-child {
  margin-right: 0;
}
.sorting-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  display: none;
  font-size: inherit;
}
.sorting-checkbox input[type="checkbox"]:checked + label {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
}
.sorting-checkbox label {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  line-height: 31px;
  border-radius: 9px;
  margin-bottom: 0;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 400;
  border: 1px solid #212121;
}
.sorting-checkbox label .pick {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.size-radio-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 2px;
  padding: 3px;
}
.size-radio {
  display: inline-block;
  position: relative;
}
.size-radio:last-child {
  margin-right: 0;
}
.size-radio input[type="radio"] {
  outline: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  display: none;
  font-size: inherit;
}
.size-radio input[type="radio"]:checked + label {
  color: #fff;
  font-weight: 700;
  background-color: #21b1cf;
}
.size-radio label {
  display: inline-block;
  position: relative;
  padding: 0;
  width: 40px;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
  border-radius: 2px;
  margin-bottom: 0;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 400;
}
footer {
  padding-top: 45px;
  position: relative;
  background-color: #282828;
  max-width: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
  color: #fff;
}
footer .develop-by a {
  font-family: FontOver;
  font-size: 16px;
  white-space: nowrap;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}
footer .develop-by .name {
  margin-right: 20px;
  position: relative;
}
footer .develop-by img {
  width: 40px;
}
footer .develop-by img.developedby {
  display: inline-block;
  vertical-align: baseline;
  width: 150px;
}
footer .logos {
  position: absolute;
  right: 15px;
  top: 0;
}
footer .logos img {
  display: block;
  width: 60px;
}
footer .footer-links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  padding-bottom: 10px;
}
footer .footer-links .holder {
  position: relative;
}
footer .footer-links .links {
  margin-bottom: 30px;
}
footer .footer-links a {
  color: #fff;
  opacity: 0.6;
  text-decoration: underline;
  display: block;
  margin-bottom: 13px;
  font-size: 14px;
}
footer .copyright {
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .copyright .copy {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.6;
  padding-right: 50px;
}
footer .footer-info {
  padding-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
footer .footer-info .text {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.6;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
footer .footer-contacts {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}
footer .footer-contacts .holder {
  position: relative;
}
footer .contact-box a {
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 1;
  font-size: 16px;
  margin-right: 30px;
}
footer .contact-box a:last-child {
  margin-right: 0;
}
footer .contact-box a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .contact-item {
  margin-bottom: 15px;
}
footer .contact-item .name {
  opacity: 0.6;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
footer h5 {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
#quick_card_panel_sticker .quick-card-sticker-holder {
  max-width: 100%;
  position: relative;
  margin: auto;
}
#quick_card_panel_sticker a {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  width: 36px;
  height: 36px;
}
#quick_card_panel_sticker a .notification {
  width: 13px;
  height: 13px;
  text-align: center;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #17c784;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 8px;
  position: absolute;
  right: 5px;
  top: 6px;
  line-height: 10px;
}
#quick_card_panel_sticker.stickytop {
  opacity: 1;
  visibility: visible;
}
.fixed-filter-trigger {
  position: fixed;
  right: 0;
  top: 232px;
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fixed-filter-trigger .filter_trigger {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
  width: 36px;
  height: 36px;
  border: none;
  background-color: #ebebeb;
  border-radius: 3px 0 0 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.fixed-filter-trigger .filter_trigger img {
  margin: 0;
}
.fixed-filter-trigger.stickytop {
  opacity: 1;
  visibility: visible;
}
#quick_card_sticker {
  position: fixed;
  right: 0;
  top: 240px;
  z-index: 1040;
  opacity: 1;
  visibility: visible;
  width: auto;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#quick_card_sticker .quick-card-sticker-holder {
  max-width: 100%;
  position: relative;
  margin: auto;
}
#quick_card_sticker a {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  border-radius: 6px 0 0 6px;
  background: #ebebeb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
#quick_card_sticker a .notification {
  width: 16px;
  height: 16px;
  text-align: center;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #17c784;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 10px;
  position: absolute;
  right: 3px;
  top: 4px;
  line-height: 14px;
}
#quick_card_sticker.stickytop {
  opacity: 1;
  visibility: visible;
}
.fixed-options-panel {
  position: fixed;
  z-index: 111;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(100%);
  background-color: #fff;
}
.fixed-options-panel .product-buy-options {
  max-width: 100%;
  padding: 8px 15px;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.13);
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.fixed-options-panel .product-buy-options.calc-box {
  display: block !important;
}
.fixed-options-panel .product-buy-options.calc-box .price-old {
  -webkit-align-self: flex-start;
  margin-left: 0;
  margin-top: 5px;
}
.fixed-options-panel .product-buy-options.calc-box .price-box {
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
}
.fixed-options-panel .product-buy-options .price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.fixed-options-panel .product-buy-options .price-element {
  line-height: 1;
  position: relative;
  font-size: 23px;
}
.fixed-options-panel .product-buy-options .price-old {
  text-decoration: line-through;
  font-size: 12px;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  margin-left: 10px;
  position: relative;
  top: -2px;
  line-height: 1;
}
.fixed-options-panel .product-buy-options .btn-icon {
  margin-left: 10px;
}
.fixed-options-panel.stickybottom {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.thanks-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  padding: 15px;
  z-index: 1111111;
  opacity: 0;
  visibility: hidden;
}
.thanks-modal.is-visible {
  opacity: 1;
  visibility: visible;
}
.thanks-modal .thanks-body {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #fff;
  padding: 40px 15px;
  text-align: center;
}
.frame-modal-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  z-index: 1111111;
}
.frame-modal-wrapper .close-cart {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 6;
}
.frame-modal-wrapper .frame-back-link {
  text-align: center;
  padding: 15px 15px 20px;
  position: relative;
  background-color: #fff;
  z-index: 1111;
  margin-top: auto;
}
.frame-modal-wrapper.more-info-product .info-text {
  height: 45vh;
  padding: 30px 15px;
  overflow-y: auto;
}
.frame-modal-wrapper .modal-wrapper-holder {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  background-color: #fff;
  max-width: 100%;
  margin: auto;
}
.frame-modal-wrapper.quick-cart .frame-modal-list {
  height: 400px;
  overflow-y: auto;
  padding: 20px 15px 0;
}
.frame-modal-wrapper.quick-cart .frame-modal-body {
  overflow: hidden;
}
.frame-modal-wrapper.quick-cart .cart-item {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}
.frame-modal-wrapper.quick-cart .cart-item a {
  text-decoration: underline;
  width: 80%;
  display: block;
  font-weight: 500;
}
.frame-modal-wrapper.quick-cart .cart-item:last-child {
  border: none;
}
.frame-modal-wrapper.quick-cart .cart-item .item-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.frame-modal-wrapper.quick-cart .cart-item .remove {
  position: absolute;
  right: 0;
  top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 21px;
  height: 21px;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
}
.frame-modal-wrapper.quick-cart .cart-item .options-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 10px;
}
.frame-modal-wrapper.quick-cart .cart-item .options-panel .quantity {
  margin-right: 30px;
}
.frame-modal-wrapper.quick-cart .cart-item .name {
  font-size: 13px;
  width: 85%;
  text-decoration: underline;
  font-weight: 700;
}
.frame-modal-wrapper.quick-cart .cart-item .subtotal {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 700;
}
.frame-modal-wrapper.quick-cart .cart-item .additional,
.frame-modal-wrapper.quick-cart .cart-item .product-price {
  color: #212121;
  font-size: 12px;
}
.frame-modal-wrapper.quick-cart .cart-item .additional .additional-line,
.frame-modal-wrapper.quick-cart .cart-item .product-price .additional-line {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 7px;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.frame-modal-wrapper.quick-cart .cart-item .additional .additional-line p,
.frame-modal-wrapper.quick-cart .cart-item .product-price .additional-line p {
  margin: 0;
}
.frame-modal-wrapper.quick-cart .cart-item .additional .additional-line .price-element,
.frame-modal-wrapper.quick-cart .cart-item .product-price .additional-line .price-element {
  line-height: 1;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.frame-modal-wrapper.quick-cart .cart-item .additional .additional-line .price-old,
.frame-modal-wrapper.quick-cart .cart-item .product-price .additional-line .price-old {
  line-height: 14px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin-left: auto;
  text-decoration: line-through;
  margin-right: 5px;
}
.frame-modal-wrapper.quick-cart .cart-item .additional .additional-line .value,
.frame-modal-wrapper.quick-cart .cart-item .product-price .additional-line .value {
  padding-left: 5px;
  white-space: nowrap;
}
.frame-modal-wrapper.quick-cart .cart-item .additional .additional-line .add-name,
.frame-modal-wrapper.quick-cart .cart-item .product-price .additional-line .add-name {
  padding-right: 5px;
  font-weight: 600;
}
.frame-modal-wrapper.quick-cart .cart-item .additional .additional-line .add-name,
.frame-modal-wrapper.quick-cart .cart-item .additional .additional-line .value,
.frame-modal-wrapper.quick-cart .cart-item .product-price .additional-line .add-name,
.frame-modal-wrapper.quick-cart .cart-item .product-price .additional-line .value {
  line-height: 14px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.frame-modal-wrapper.quick-cart .cart-item .additional .additional-line:after,
.frame-modal-wrapper.quick-cart .cart-item .product-price .additional-line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(../images/icons/dots.png);
}
.frame-modal-wrapper.quick-cart .cart-item .info-labels {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px;
}
.frame-modal-wrapper.quick-cart .cart-item .info-labels span {
  color: #686868;
  font-weight: 400;
  display: inline-block;
}
.frame-modal-wrapper.quick-cart .cart-item .info-labels span.info-label {
  margin-right: 10px;
}
.frame-modal-wrapper.quick-cart .cart-item .info-labels span span {
  color: #212121;
  font-weight: 700;
}
.frame-modal-wrapper.quick-cart .cart-item .item-info .right-side {
  width: 75%;
}
.frame-modal-wrapper.quick-cart .cart-item .item-info .image {
  width: 76px;
  min-width: 76px;
  height: 65px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  background-color: #ebebeb;
}
.frame-modal-wrapper .frame-modal-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.frame-modal-wrapper .frame-modal-bottom .total {
  width: 40%;
  padding-top: 5px;
  background-color: #e8e8e8;
  color: #212121;
  text-align: center;
}
.frame-modal-wrapper .frame-modal-bottom .total .total-value {
  font-size: 22px;
  display: block;
  font-weight: 700;
}
.frame-modal-wrapper .frame-modal-bottom .total .total-value small {
  font-size: 60%;
}
.frame-modal-wrapper .frame-modal-bottom .total .total-name {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 5px;
}
.frame-modal-wrapper .frame-modal-bottom .default-btn {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 60%;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  line-height: 54px;
}
.frame-modal-wrapper .frame-modal-header {
  position: relative;
  padding: 30px 15px 10px;
  background-color: #fff;
  z-index: 5;
}
.frame-modal-wrapper .frame-modal-header .h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.frame-modal-wrapper .frame-modal-body {
  max-width: 100%;
  width: 100%;
}
.frame-modal-wrapper.opened {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.frame-modal-wrapper-bg {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 111111;
}
.frame-modal-wrapper-bg.after-review-modal-wrapper-bg.is-visible,
.frame-modal-wrapper-bg.cart-modal-wrapper-bg.is-visible,
.frame-modal-wrapper-bg.filter-modal-wrapper-bg.is-visible,
.frame-modal-wrapper-bg.item-modal-wrapper-bg.is-visible,
.frame-modal-wrapper-bg.mobile-menu-modal-wrapper-bg.is-visible,
.frame-modal-wrapper-bg.personal-area-modal-wrapper-bg.is-visible,
.frame-modal-wrapper-bg.read-more-modal-wrapper-bg.is-visible,
.frame-modal-wrapper-bg.service-request-modal-wrapper-bg.is-visible,
.frame-modal-wrapper-bg.reviews-modal-wrapper-bg.is-visible,
.frame-modal-wrapper-bg.search-modal-wrapper-bg.is-visible,
.frame-modal-wrapper-bg.service-request-status-modal-wrapper-bg.is-visible {
  opacity: 1;
  visibility: visible;
}
.personal-sidebar-bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 111111;
}
.personal-sidebar-bg.is-visible {
  opacity: 1;
  visibility: visible;
}
.open-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 111111;
  background-color: rgba(0, 0, 0, 0.5);
}
.open-nav.is-visible {
  opacity: 1;
  visibility: visible;
}
.breadcrumb::-webkit-scrollbar,
.subcategory-panel ul::-webkit-scrollbar {
  height: 0;
}
.product-images ul::-webkit-scrollbar-track {
  background: rgba(33, 33, 33, 0.1);
}
.product-images ul::-webkit-scrollbar-thumb {
  background: #212121;
}
.product-images ul::-webkit-scrollbar {
  height: 3px;
}
.related-products ul::-webkit-scrollbar-track {
  background: rgba(33, 33, 33, 0.1);
}
.related-products ul::-webkit-scrollbar-thumb {
  background: #212121;
}
.related-products ul::-webkit-scrollbar {
  height: 3px;
}
.mainstream-products ul::-webkit-scrollbar-track {
  background: rgba(33, 33, 33, 0.1);
}
.mainstream-products ul::-webkit-scrollbar-thumb {
  background: #212121;
}
.mainstream-products ul::-webkit-scrollbar {
  height: 0;
}
.b-wrapper .b-scroll::-webkit-scrollbar-track {
  background: rgba(33, 33, 33, 0.1);
}
.b-wrapper .b-scroll::-webkit-scrollbar-thumb {
  background: #212121;
}
.b-wrapper .b-scroll::-webkit-scrollbar {
  height: 3px;
}
.product-image {
  position: relative;
  margin-bottom: 25px;
  padding: 0 15px;
}
.product-image .product-label {
  right: auto;
  left: 15px;
}
.product-image a {
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 345px;
  background-color: #fff;
  background-size: 100% !important;
}
.product-info .custom-tabs .text {
  width: 75%;
}
.product-images {
  position: relative;
  margin-bottom: 25px;
  padding-left: 15px;
}
.product-images .product-label {
  right: auto;
  left: 15px;
}
.product-images ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
  padding-right: 5px;
  padding-bottom: 10px;
}
.product-images ul li {
  margin-right: 10px;
}
.product-images ul li a {
  border-radius: 10px;
  display: block;
  width: 265px;
  height: 265px;
  background-color: #fff;
  background-size: 100% !important;
}
.product-top-panel {
  padding: 0 15px 7px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.particular {
  margin-top: 20px;
}
.particular ul li {
  display: inline-block;
  line-height: 20px;
  height: 22px;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #dfe0e2;
  font-size: 11px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 4px;
  margin-bottom: 0;
}
.particular ul li:last-child {
  margin-right: 0;
}
.particular ul li span.particular-pic {
  width: 11px;
}
.particular ul li .particular-pic {
  display: inline-block;
  height: 11px;
  margin-right: 3px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: fit-content;
  margin-top: 0;
}
.product-wrapper {
  padding-bottom: 0;
}
.product-wrapper .particular {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfe0e2;
}
.product-wrapper .product-buttons {
  margin-top: 15px;
}
.product-wrapper .product-buttons .default-btn {
  line-height: 46px;
  width: 100%;
  font-size: 15px;
}
.product-wrapper .product-buttons .default-btn.btn-outline,
.product-wrapper .product-buttons .default-btn.btn-outline-dark {
  margin-top: 15px;
  line-height: 44px;
}
.product-wrapper .product-top-info {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  position: relative;
}
.product-wrapper .product-top-info .product-id .id-name .id-value {
  font-weight: 700;
  display: inline-block;
  margin-left: 5px;
}
.product-wrapper .product-top-info .price-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.product-wrapper .product-top-info .price-element {
  position: relative;
  font-size: 30px;
}
.product-wrapper .product-top-info .price-old {
  text-decoration: line-through;
  font-size: 16px;
  margin-right: 10px;
  line-height: 1;
  position: relative;
  top: 3px;
}
.product-wrapper .product-info-options {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-align-items: center;
  align-items: center;
}
.product-wrapper .product-info-options .size-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.product-wrapper .product-info-options .size-radio-group {
  margin-left: 15px;
  width: fit-content;
  background-color: transparent;
  border: 1px solid rgba(33, 33, 33, 0.1);
}
.product-wrapper .product-info-options .info-labels {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.product-wrapper .product-info-options .info-labels .info-label {
  margin-right: 10px;
}
.product-wrapper .product-info-options .info-labels .info-label span {
  margin-left: 5px;
  line-height: 18px;
  padding: 0 5px;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-weight: 700;
  background-color: #f0f0f0;
}
.product-wrapper .availability {
  position: relative;
  line-height: 1;
}
.product-wrapper .availability span {
  display: inline-block;
  position: relative;
}
.product-wrapper .availability.not-availability {
  opacity: 0.6;
  color: #212121;
}
.product-wrapper .availability.not-availability span:after {
  content: "";
  opacity: 0.4;
  display: block;
  position: absolute;
  right: -17px;
  top: 0;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../images/icons/none.svg);
}
.product-wrapper .availability.in-stock {
  color: #212121;
}
.product-wrapper .availability.in-stock span:after {
  content: "";
  display: block;
  position: absolute;
  right: -17px;
  top: 0;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../images/icons/in-stock.svg);
}
.product-wrapper .back-link .text {
  text-decoration: underline;
}
.product-wrapper .product-buy-options {
  margin-top: 15px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.product-wrapper .product-buy-options.calc-box {
  display: block !important;
}
.product-wrapper .product-buy-options.calc-box .price-old {
  -webkit-align-self: flex-start;
  margin-left: 0;
  margin-top: 5px;
}
.product-wrapper .product-buy-options.calc-box .price-box {
  margin-bottom: 15px;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
}
.product-wrapper .product-buy-options.paired-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-align-items: center;
  align-items: center;
}
.product-wrapper .product-buy-options.paired-box .price-old {
  -webkit-align-self: flex-start;
  margin-left: 0;
  margin-top: 5px;
}
.product-wrapper .product-buy-options.paired-box .price-box {
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
}
.product-wrapper .product-buy-options.paired-box .product-buttons {
  margin: 0;
}
.product-wrapper .product-buy-options.paired-box .default-btn {
  width: fit-content;
  margin: 0;
}
.product-wrapper .product-buy-options .price-box {
  position: relative;
}
.product-wrapper .product-buy-options .price-element {
  line-height: 1;
  position: relative;
  font-size: 23px;
}
.product-wrapper .product-buy-options .price-old {
  text-decoration: line-through;
  font-size: 12px;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  margin-left: 10px;
  position: relative;
  top: -2px;
  line-height: 1;
}
.product-wrapper .product-buy-options .btn-icon {
  margin-left: 10px;
}
.product-wrapper .product-info {
  margin-bottom: 10px;
  margin-top: 15px;
}
.product-wrapper .product-info .text {
  padding-top: 5px;
}
.product-wrapper .product-info .text ul {
  list-style: disc;
  padding-left: 15px;
}
.product-wrapper .product-info .text ul li {
  margin-bottom: 5px;
}
.product-wrapper .product-info .collapse-link {
  display: block;
  line-height: 1;
  position: relative;
}
.product-wrapper .product-info .collapse-link:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 0;
}
.product-wrapper .product-info .collapse-link[aria-expanded="true"]:after {
  background-image: url(../images/icons/up.svg);
}
.product-wrapper .product-info .collapse-link[aria-expanded="false"]:after {
  background-image: url(../images/icons/down.svg);
}
.product-wrapper .name.h2 {
  margin-top: 0;
}
.info-more-label .show-more-label {
  width: fit-content;
  display: block;
}
.show-more-label {
  margin-top: 10px;
  position: relative;
  margin-bottom: 0;
}
.show-more-label:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: -22px;
  top: 0;
  background-image: url(../images/icons/down.svg);
}
.show-more-label span {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  width: 100% !important;
  white-space: nowrap;
}
.custom-option-more .collapse-link[aria-expanded="true"] span:after {
  background-image: url(../images/icons/up.svg);
}
.custom-option-more .collapse-link[aria-expanded="false"] span:after {
  background-image: url(../images/icons/down.svg);
}
.custom-option-more .collapse-link {
  text-align: right;
  position: relative;
  display: block;
  padding-right: 25px;
  margin-top: 10px;
}
.custom-option-more .collapse-link span {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.custom-option-more .collapse-link span:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: -22px;
  top: 0;
}
.custom-option-group {
  margin-top: 15px;
}
.custom-option-group .custom-option-checkbox {
  display: inline-block;
  padding-right: 5px;
  margin-top: 5px;
  width: 50%;
  position: relative;
}
.custom-option-group .custom-option-checkbox.check-single-price label .text span.price-old {
  display: none;
}
.custom-option-group .custom-option-checkbox:last-child {
  margin-right: 0;
}
.custom-option-group .custom-option-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  display: none;
  font-size: inherit;
}
.custom-option-group .custom-option-checkbox input[type="checkbox"]:checked + label {
  background-color: #fff;
  border-color: #39a0f7;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.custom-option-group .custom-option-checkbox label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 0 3px;
  height: 52px;
  border-radius: 6px;
  font-size: 10px;
  margin-bottom: 0;
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 400;
  border: 2px solid #dfe0e2;
}
.custom-option-group .custom-option-checkbox label .text {
  width: 70%;
  margin-left: 10px;
}
.custom-option-group .custom-option-checkbox label .text span {
  display: block;
}
.custom-option-group .custom-option-checkbox label .text span.price {
  display: inline-block;
  right: 0;
  top: 0;
  font-weight: 700;
  line-height: 1;
}
.custom-option-group .custom-option-checkbox label .text span.price-old {
  display: inline-block;
  text-decoration: line-through;
  font-size: 10px;
  margin-left: 5px;
  font-weight: 400;
}
.custom-option-group .custom-option-checkbox label .text span.custom-option-name {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 10px;
  line-height: 0.9;
  font-weight: 400;
}
.custom-option-group .custom-option-checkbox label .text span.custom-option-price {
  position: relative;
  line-height: 1;
  margin-top: 4px;
}
.custom-option-group .custom-option-checkbox label .pick {
  border-radius: 5px;
  width: 36px;
  height: 36px;
  display: block;
  min-width: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.custom-option-group .custom-option-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-right: -5px;
}
.custom-option-group .custom-option-list.if-single .custom-option-checkbox {
  width: 100%;
}
.advantages {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-right: -10px;
}
.advantages .advantage-item {
  display: inline-block;
  padding-right: 10px;
  margin-top: 10px;
  width: 50%;
  position: relative;
}
.advantages .advantage-item .content {
  border: 1px solid #dfe0e2;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: relative;
  height: 125px;
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.advantages .advantage-item .content p {
  color: #212121;
  margin-bottom: 0;
}
.advantages .advantage-item .content img {
  margin-bottom: 10px;
}
.catalog-grid {
  margin-top: 15px;
}
.mainstream-products {
  margin-bottom: 20px;
}
.mainstream-products .link-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  margin-top: 20px;
}
.mainstream-products .catalog-grid {
  margin-top: 15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
  padding-bottom: 5px;
}
.mainstream-products .catalog-item {
  margin-right: 15px;
  margin-bottom: 10px;
}
.mainstream-products .catalog-item .product-name {
  width: 95%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: auto;
  font-weight: 400;
}
.mainstream-products .catalog-item .item-holder {
  margin-bottom: 0;
  width: 300px;
}
.related-products {
  padding-left: 15px;
  margin-bottom: 20px;
}
.related-products.groups-relate .catalog-item .price-box {
  min-height: 27px;
  display: block;
  margin-bottom: 0;
}
.related-products.groups-relate .catalog-item .price-box .price-element {
  font-size: 13px;
}
.related-products.groups-relate .catalog-item .price-box .price-old {
  font-size: 10px;
  margin-left: 0;
}
.related-products.groups-relate .catalog-item .product-name {
  -webkit-line-clamp: 2;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  min-height: 25px;
  margin-bottom: 3px;
  padding: 0 5px;
  line-height: 1;
}
.related-products.groups-relate .product-label {
  line-height: 20px;
  font-size: 10px;
  left: 9px;
  top: 8px;
  padding: 0 10px;
}
.related-products.groups-relate .catalog-item {
  margin-bottom: 10px;
  margin-right: 10px;
}
.related-products.groups-relate .catalog-item .particular ul li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
  width: 27px;
  text-align: center;
  max-width: 100%;
}
.related-products.groups-relate .catalog-item .particular {
  align-self: center;
  -webkit-align-self: center;
}
.related-products.groups-relate .catalog-item .particular img {
  max-width: 100%;
  margin: 0;
}
.related-products.groups-relate .catalog-item .options {
  padding: 0 5px;
}
.related-products.groups-relate .catalog-item .item-content {
  padding: 10px;
}
.related-products.groups-relate .catalog-item .item-holder {
  height: 100%;
  border: none;
  padding-bottom: 5px;
  background-color: #f2f2f2;
}
.related-products.groups-relate .catalog-item .product-name {
  font-size: 12px;
}
.related-products.groups-relate .catalog-item .group-relate-link {
  border: 1px solid #dfe0e2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.related-products.groups-relate .catalog-item .group-relate-link.router-link-active {
  box-shadow: 0 7px 9px rgba(33, 33, 33, 0.1);
  border-color: #17c784;
}
.related-products.groups-relate .catalog-item:last-child {
  margin-right: 0;
}
.related-products.groups-relate .catalog-grid {
  padding-bottom: 15px;
}
.related-products .catalog-grid {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
  padding-right: 5px;
  padding-bottom: 10px;
}
.related-products .catalog-item {
  margin-right: 10px;
  margin-bottom: 0;
}
.related-products .catalog-item .options .right-options {
  width: fit-content;
}
.related-products .catalog-item .item-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 45px;
  padding: 0 0 0 15px;
}
.related-products .catalog-item .options {
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 0 10px;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-align-items: center;
  align-items: center;
}
.related-products .catalog-item .price-box .price-element {
  font-size: 16px;
}
.related-products .catalog-item .price-box .price-old {
  font-size: 12px;
}
.related-products .catalog-item .product-name {
  width: 95%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 18px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: auto;
}
.related-products .catalog-item .item-holder {
  margin-bottom: 0;
  width: 240px;
  height: 330px;
}
.nt-spinner {
  position: relative;
  height: 46px;
  width: 130px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  background-color: #ebebeb;
  box-shadow: 0 1px 2px rgba(33, 33, 33, 0.2);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.nt-spinner .form-control {
  text-align: center;
  font-size: 14px;
  height: 46px;
  width: 46px;
  line-height: 36px;
  padding: 0;
  border-radius: 5px;
  font-weight: 400;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #212121;
  background-color: transparent;
}
.nt-spinner .nt-btn {
  width: 30px;
  height: 36px;
  background-color: transparent;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  padding: 0;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  color: #212121;
}
.nt-spinner .nt-btn.btn_less {
  left: 2px;
  background-image: url(../images/icons/remove.svg);
}
.nt-spinner .nt-btn.btn_more {
  right: 2px;
  background-image: url(../images/icons/add.svg);
}
.product-accordion .panel-title .label-name[aria-expanded="true"]:after {
  background-image: url(../images/icons/up.svg);
}
.product-accordion .panel-title .label-name[aria-expanded="false"]:after {
  background-image: url(../images/icons/down.svg);
}
ul li {
  position: relative;
  line-height: 18px;
  margin-bottom: 6px;
}
ul.custom-list {
  padding-left: 15px;
}
ul.custom-list li {
  position: relative;
  line-height: 18px;
  margin-bottom: 6px;
}
ul.custom-list li ul {
  margin-top: 10px;
}
ul.custom-list li ul li:before {
  display: none;
  padding-left: 15px;
}
ul.custom-list li:before {
  content: "";
  left: -15px;
  top: 6px;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #212121;
  border-radius: 50%;
  position: absolute;
}
.product-accordion {
  position: relative;
}
.product-accordion .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  color: inherit;
  line-height: 1;
}
.product-accordion .panel-title .label-name {
  display: block;
  line-height: 46px;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.product-accordion .panel-title .label-name:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-accordion .panel {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #dfe0e2;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-accordion .panel:last-child {
  border: none;
}
.product-accordion .panel-body {
  padding: 0 0 10px;
}
.product-accordion .text {
  color: #5f5f5f;
  padding-top: 0 !important;
}
.back-link {
  font-weight: 500;
}
.back-link img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
}
.back-link .text {
  text-decoration: underline;
}
.default-link {
  font-weight: 500;
}
.default-link img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
}
.default-link .text {
  text-decoration: underline;
}
.delivery-data .form-group {
  margin-bottom: 0;
}
.delivery-data .label-custom {
  margin-top: 15px;
}
.order-page {
  background-color: #fff;
}
.personal-data {
  margin-top: 20px;
  margin-bottom: 20px;
}
.personal-data h3 {
  margin-bottom: 10px;
}
.panel {
  padding: 15px 15px 5px;
  border-radius: 10px;
  background-color: #f0f0f0;
}
.panel-bordered {
  border: 1px solid #dfe0e2;
  padding: 15px 15px 5px;
  border-radius: 10px;
}
.form-group {
  margin-bottom: 10px;
}
.form-group.error .form-control.custom-input {
  border-color: red;
}
.form-group.error .help-text {
  display: block;
}
.form-group .help-text {
  color: red;
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.2;
  display: none;
}
label.label-custom {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
label.label-custom span {
  color: red;
}
.row.form-row {
  margin: 0 -5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.row.form-row .form-group {
  padding: 0 5px;
}
.row.form-row .form-group.number-house {
  width: 40%;
}
.row.form-row .form-group.street {
  width: 60%;
}
select {
  appearance: none;
  background: url(../images/icons/down.svg) right no-repeat;
  background-position-x: 96%;
}
.form-row .form-group {
  position: relative;
}
.form-row ul {
  margin-top: 10px;
  border: 1px solid rgba(223, 224, 226, 0.9);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding-top: 10px;
  max-height: 200px !important;
  width: 97% !important;
  box-shadow: 6px 6px 10px rgba(175, 183, 188, 0.45);
}
.form-row ul li {
  font-size: 12px;
  padding: 7px 15px 8px;
  border-bottom: 1px solid #dfe0e2;
}
.form-row ul li:last-child {
  border: none;
}
.delivery-selector {
  margin-bottom: 15px;
  margin-top: 10px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #f5f5f5;
  padding: 10px 15px 15px;
}
.delivery-selector select {
  padding: 0;
  border: none;
  width: 100%;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  display: block;
  background-color: transparent;
  position: relative;
  left: -3px;
  background-position-x: 101%;
}
.delivery-selector .selector-name {
  margin-bottom: 8px;
}
.delivery-selector .selector-district {
  margin-top: 2px;
}
.delivery-selector .selector-district,
.delivery-selector .selector-name {
  line-height: 1;
  font-size: 12px;
  color: #686868;
  font-weight: 400;
}
.delivery-selector .selector-body {
  width: 95%;
  position: relative;
}
.delivery-selector .selector-icons {
  min-width: 20px;
  margin-right: 10px;
}
.comment-data,
.payment-data {
  margin-top: 20px;
}
.comment-data .comment-group {
  margin-top: 10px;
}
.option-group {
  margin-top: 15px;
}
.option-group .empty-text {
  border: 1px solid #dfe0e2;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}
.option-group .empty-text p {
  margin: 0;
}
.option-group .option-item {
  width: 100%;
  margin-bottom: 7px;
}
.option-group .option-item.active .option-item-body {
  background-color: #fff;
  border-color: #39a0f7;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.option-group .option-item .option-item-body {
  padding: 0 14px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 12px;
  line-height: 14px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #212121;
  border: 2px solid #dfe0e2;
  background: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 400;
}
.option-group .option-item .option-item-body p {
  margin: 0;
}
.option-group .option-item .option-item-body .icons {
  margin-right: 10px;
}
.option-group .option-item .option-item-body .pay-logo {
  max-height: 30px;
  max-width: 100px;
}
.payment-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  margin-top: 10px;
}
.payment-group .option-radio {
  display: inline-block;
  position: relative;
  width: 49%;
}
.payment-group .option-radio .icons {
  margin-right: 10px;
}
.payment-group .option-radio .pay-logo {
  max-width: 100px;
}
.payment-group .option-radio:last-child {
  margin-right: 0;
}
.payment-group .option-radio input[type="radio"] {
  outline: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.payment-group .option-radio input[type="radio"]:checked + label {
  color: #212121;
  background-color: #fff;
  border: 1px solid #21b1cf;
}
.payment-group .option-radio label {
  width: 100%;
  position: relative;
  padding: 0 14px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
  font-size: 12px;
  line-height: 14px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #212121;
  border: 1px solid #dfe0e2;
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 400;
}
.order-info {
  margin-top: 30px;
  margin-bottom: 30px;
}
.order-info.deleted .cart-item .item-holder,
.order-info.unavailable .cart-item .item-holder {
  opacity: 0.5;
}
.order-info.deleted.panel,
.order-info.unavailable.panel {
  border: 1px solid #e31c25;
}
.order-info .cart-item {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #dfe0e2;
}
.order-info .cart-item .price-old {
  margin-left: auto;
  text-decoration: line-through;
  margin-right: 5px;
}
.order-info .cart-item .price-element,
.order-info .cart-item .price-old {
  line-height: 14px;
  background-color: #f0f0f0;
  position: relative;
  z-index: 2;
}
.order-info .cart-item p {
  margin-bottom: 0;
}
.order-info .cart-item a {
  text-decoration: underline;
  font-weight: 500;
}
.order-info .cart-item .item-holder {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfe0e2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.order-info .cart-item .item-holder:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.order-info .cart-item:last-child {
  border: none;
}
.order-info .cart-item .item-options {
  width: 25%;
}
.order-info .cart-item .item-info {
  width: 40%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.order-info .cart-item .remove {
  position: absolute;
  right: 0;
  top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 21px;
  height: 21px;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.order-info .cart-item .options-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 10px;
}
.order-info .cart-item .options-panel .quantity {
  margin-right: 30px;
}
.order-info .cart-item .name {
  font-size: 15px;
  text-decoration: underline;
  font-weight: 700;
}
.order-info .cart-item .subtotal {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 700;
}
.order-info .cart-item .additional,
.order-info .cart-item .product-price {
  text-transform: lowercase;
  color: #212121;
  font-size: 12px;
}
.order-info .cart-item .additional .additional-line,
.order-info .cart-item .product-price .additional-line {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 7px;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.order-info .cart-item .additional .additional-line .value,
.order-info .cart-item .product-price .additional-line .value {
  padding-left: 5px;
  white-space: nowrap;
}
.order-info .cart-item .additional .additional-line .add-name,
.order-info .cart-item .product-price .additional-line .add-name {
  font-weight: 500;
  padding-right: 5px;
}
.order-info .cart-item .additional .additional-line .add-name,
.order-info .cart-item .additional .additional-line .value,
.order-info .cart-item .product-price .additional-line .add-name,
.order-info .cart-item .product-price .additional-line .value {
  line-height: 14px;
  background-color: #f0f0f0;
  position: relative;
  z-index: 2;
}
.order-info .cart-item .additional .additional-line:after,
.order-info .cart-item .product-price .additional-line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(../images/icons/dots.png);
}
.order-info .cart-item .info-labels {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}
.order-info .cart-item .info-labels span {
  color: #686868;
  font-weight: 400;
  display: inline-block;
}
.order-info .cart-item .info-labels span.info-label {
  margin-right: 10px;
}
.order-info .cart-item .info-labels span span {
  color: #212121;
  font-weight: 700;
}
.order-info .cart-item .item-info .right-side {
  width: 75%;
}
.order-info .cart-item .item-info .image {
  width: 76px;
  min-width: 76px;
  height: 57px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  background-color: #ebebeb;
}
.order-total {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  margin-bottom: 20px;
  position: relative;
  margin-top: 15px;
}
.order-total.panel {
  padding-bottom: 15px;
}
.order-total .name {
  text-transform: uppercase;
  font-size: 10px;
  padding-right: 10px;
}
.order-total .value {
  padding-left: 10px;
}
.order-total .price-element {
  font-size: 22px;
}
.order-total .name,
.order-total .value {
  background-color: #f0f0f0;
  position: relative;
}
.order-buttons {
  text-align: center;
  margin-top: 20px;
}
.order-buttons .default-btn {
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 54px;
}
.order-buttons .link-holder {
  margin-top: 15px;
}
.form-control.custom-input {
  width: 100%;
  height: 44px;
  font-size: 12px;
  color: #212121;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.form-control.custom-input::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.5);
}
.form-control.custom-input::-moz-placeholder {
  color: rgba(33, 33, 33, 0.5);
}
.form-control.custom-input:focus {
  border-color: #39a0f7;
}
.form-control.custom-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control.custom-input:focus::-moz-placeholder {
  color: transparent;
}
.product-container {
  position: relative;
}
.customer-info ul {
  margin-bottom: 0 !important;
}
.customer-info .status-label {
  text-align: right;
  margin-top: 25px;
}
.customer-info .status-label.success span {
  background-color: #99edc5;
}
.customer-info .status-label.proccess span {
  background-color: #ffda6f;
}
.customer-info .status-label span {
  border-radius: 30px;
  line-height: 26px;
  padding: 0 8px;
  font-weight: 600;
  display: inline-block;
}
.customer-info .panel-bordered {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding: 15px;
}
.customer-info .panel-bordered .billing-info {
  width: 30%;
  border-radius: 8px;
  background-color: #f5f5f5;
  padding: 25px;
}
.customer-info .panel-bordered .billing-info li {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.customer-info .panel-bordered .billing-info li.total {
  margin-top: 15px;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.customer-info .panel-bordered .billing-info li.total .value {
  font-weight: 700;
  font-size: 30px;
}
.customer-info .panel-bordered .billing-info li.total .name {
  font-size: 18px;
  font-weight: 700;
  opacity: 1;
}
.customer-info .panel-bordered .billing-info li .value {
  font-weight: 600;
  text-align: right;
}
.customer-info .panel-bordered .billing-info li .name {
  opacity: 0.6;
}
.customer-info .panel-bordered .order-related-info {
  width: 70%;
}
.customer-info .panel-bordered .order-related-info h3 {
  margin-top: 20px;
}
.customer-info .panel-bordered .order-related-info .name {
  opacity: 0.6;
  margin-bottom: 5px;
}
.customer-info .panel-bordered .order-related-info .value {
  font-weight: 600;
}
.customer-info .panel-bordered .order-related-info ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.customer-info .panel-bordered .order-related-info ul li {
  margin-bottom: 20px;
  margin-top: 10px;
  padding-right: 50px;
}
.thanks-holder {
  padding-top: 60px;
}
.thanks-holder .button-holder {
  margin-top: 30px;
}
.thanks-holder .button-holder .default-btn {
  margin: auto;
}
.thanks-holder .default-btn {
  text-transform: none;
  color: #fff !important;
  text-decoration: none !important;
}
.thanks-holder .order-num {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 20px;
}
.thanks-holder .order-num span {
  font-weight: 700;
}
.thanks-holder .thanks-notification {
  background-color: #f5f5f5;
  margin-bottom: 35px;
  padding: 35px;
}
.thanks-holder .thanks-notification p {
  width: 60%;
  font-weight: 600;
  margin: 0 auto;
}
.thanks-order-items {
  margin-bottom: 20px;
}
.thanks-order-items .panel-bordered {
  padding: 0;
}
.thanks-order-items .cart-item {
  padding: 20px;
  border-bottom: 1px solid #dfe0e2;
}
.thanks-order-items .cart-item .product-count {
  opacity: 0.6;
  font-size: 14px;
  margin-top: 5px;
  line-height: 1;
}
.thanks-order-items .cart-item:last-child {
  border: none;
}
.thanks-order-items .cart-item .additional {
  width: 23%;
}
.thanks-order-items .cart-item .additional .item-total {
  font-weight: 700;
  color: #212121;
  text-align: right;
  margin-top: 10px;
}
.thanks-order-items .cart-item .additional .additional-line {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 4px;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.thanks-order-items .cart-item .additional .additional-line .value {
  padding-left: 5px;
  font-weight: 600;
  white-space: nowrap;
}
.thanks-order-items .cart-item .additional .additional-line .add-name {
  padding-right: 5px;
  font-weight: 400;
  color: #565656;
}
.thanks-order-items .cart-item .additional .additional-line .add-name,
.thanks-order-items .cart-item .additional .additional-line .value {
  line-height: 1;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.thanks-order-items .cart-item .additional .additional-line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(../images/icons/dots.png);
}
.thanks-order-items .cart-item .item-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
}
.thanks-order-items .cart-item .item-info .image {
  width: 76px;
  min-width: 76px;
  height: 60px;
  border-radius: 6px;
  margin-right: 15px;
}
.thanks-order-items .cart-item .item-holder {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
@media (min-width: 576px) {
  .custom-header.home-header .header-content-alt .main-gallery .carousel-item-body {
    height: 325px;
  }
}
@media (min-width: 768px) {
  #quick_card_sticker a {
    width: 76px;
    height: 70px;
  }
  #quick_card_sticker a .notification {
    right: 18px;
    top: 16px;
  }
  #quick_card_sticker a img {
    width: 32px;
  }
  #quick_card_sticker a .value {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    text-align: center;
    font-size: 10px;
  }
  .breadcrumb-holder.mobile-breadcrumb,
  .fixed-filter-trigger {
    display: none;
  }
  .filter_sidebar {
    right: 0;
    top: 0;
    min-height: 100%;
    height: 100%;
    width: 405px;
    transform: translateX(100%);
  }
  .filter_sidebar.opened {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .frame-modal-wrapper.more-info-product .info-text {
    height: 85vh;
  }
  .frame-modal-wrapper.more-info-product .modal-wrapper-holder {
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
  }
  .frame-modal-wrapper.search-modal-wrapper {
    transform: none;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    top: 0;
  }
  .frame-modal-wrapper.search-modal-wrapper .frame-modal-header {
    text-align: left;
  }
  .frame-modal-wrapper.search-modal-wrapper .modal-wrapper-holder {
    height: 560px;
    width: 500px;
    display: block;
    border-radius: 20px;
  }
  .frame-modal-wrapper.search-modal-wrapper.opened {
    transform: translatey(0) translatex(0);
  }
  .frame-modal-wrapper.search-modal-wrapper .search-list {
    height: 375px;
  }
  .frame-modal-wrapper.search-modal-wrapper .search-list li {
    border: none;
    margin: 0;
  }
  .frame-modal-wrapper.search-modal-wrapper .search-list li:last-child {
    border: none;
  }
  .frame-modal-wrapper.search-modal-wrapper .frame-modal-body {
    padding: 15px;
  }
  .through-personal-sidebar.personal_area-sidebar {
    display: none;
  }
  .lk-wrapper.not-logged .personal_area .not-logged-box {
    display: flex;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 200px;
    width: 100%;
  }
  .lk-wrapper.not-logged .personal_area .not-logged-box .button-holder .default-btn {
    margin: auto;
  }
  .lk-wrapper.not-logged .personal_area .personal-area-body,
  .lk-wrapper.not-logged .personal_area .personal_area-sidebar {
    display: none;
  }
  .bottom-nav {
    display: none !important;
  }
  footer,
  main {
    width: 100%;
  }
  ul li {
    line-height: 22px;
  }
  .category-panel ul::-webkit-scrollbar-thumb {
    background: #212121;
  }
  .category-panel ul::-webkit-scrollbar,
  .subcategory-panel ul::-webkit-scrollbar {
    height: 0;
  }
  .product-images ul::-webkit-scrollbar {
    height: 8px;
  }
  .custom-header.home-header .header-content-alt {
    height: 250px;
  }
  .breadcrumb,
  .category-panel ul,
  .default-wrapper.wrapper,
  .lk-wrapper.wrapper,
  .main-wrapper.wrapper,
  .order-wrapper.wrapper,
  .product-image,
  .product-images,
  .product-wrapper.wrapper,
  .related-products,
  .subcategory-holder,
  header .header-holder {
    padding-left: 0;
    padding-right: 0;
  }
  header .header-holder {
    border: none;
  }
  header {
    border-bottom: 1px solid #dfe0e2;
  }
  #quick_card_sticker {
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #quick_card_sticker .quick-card-sticker-holder:before {
    content: "";
    display: block;
    background-color: #fff;
    height: 50px;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
  }
  #quick_card_sticker .quick-card-sticker-holder,
  .breadcrumb,
  .cat-title,
  .catalog-grid-holder,
  .category-panel ul,
  .custom-header,
  .custom-home-text,
  .default-wrapper.wrapper,
  .fixed-options-panel .product-buy-options,
  .lk-wrapper.wrapper,
  .main-wrapper.wrapper,
  .mainstream-products,
  .order-wrapper,
  .product-container,
  .sorting-panel,
  .subcategory-holder,
  footer .footer-holder,
  header .header-holder {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .h3,
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .order-total .name {
    font-size: 14px;
  }
  .order-info .cart-item .item-info .right-side {
    width: 85%;
  }
  .frame-modal-wrapper.quick-cart .frame-modal-body {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: auto;
  }
  .frame-modal-wrapper .modal-wrapper-holder {
    height: 100%;
    border-radius: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .frame-modal-wrapper.opened {
    transform: translateY(0) translateX(0);
  }
  .frame-modal-wrapper {
    bottom: 0;
    width: 480px;
    left: auto;
    right: 0;
    transform: translateY(0) translateX(100%);
    height: 100vh;
  }
  .frame-modal-wrapper.quick-cart .frame-modal-list {
    height: 65vh;
  }
  .custom-header {
    margin-bottom: 35px;
  }
  .product-wrapper .product-info {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .related-products .catalog-item .product-name {
    font-size: 18px;
    margin-bottom: 0;
  }
  .related-products .catalog-item .item-content {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px 15px 10px;
  }
  .related-products .catalog-item .options {
    position: relative;
    bottom: 0;
  }
  .related-products .catalog-item {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .related-products .catalog-grid {
    overflow-x: inherit;
    padding-right: 0;
    padding-bottom: 0;
    margin-right: 0;
  }
  .related-products .catalog-item .item-holder {
    width: 100%;
    height: auto;
  }
  .product-images {
    margin-bottom: 15px;
  }
  .custom-option-group {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfe0e2;
  }
  .product-wrapper .name {
    margin-bottom: 25px;
  }
  .product-wrapper .product-buttons .default-btn.btn-outline,
  .product-wrapper .product-buttons .default-btn.btn-outline-dark {
    margin-top: 0;
  }
  .product-wrapper .product-buttons {
    margin-top: 25px;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .product-wrapper .product-buttons .default-btn:last-child {
    margin-right: 0;
  }
  .product-wrapper .product-buttons .default-btn {
    margin-right: 2%;
    width: 49%;
  }
  .custom-option-group .custom-option-checkbox label {
    padding: 0 0 0 7px;
    height: 58px;
    border-radius: 9px;
    font-size: 13px;
  }
  .product-images ul li a {
    width: 100%;
    height: 100%;
  }
  .product-image a {
    height: 600px;
    width: 100%;
  }
  .custom-header.category-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
  }
  .desktop-hidden {
    display: none;
  }
  .h2,
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .h1,
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  footer .footer-contacts .contact-box {
    padding-right: 90px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  footer .logos {
    top: 50%;
    transform: translate(0, -50%);
  }
  footer .logos img {
    width: 45px;
  }
  footer .footer-links .holder {
    padding-right: 90px;
  }
  footer .footer-links ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  header {
    margin-bottom: 10px;
  }
  .sorting-checkbox label {
    line-height: 36px;
  }
  .category-panel ul a {
    height: 40px;
  }
  .category-panel .panel-name {
    display: none;
  }
  .custom-header.home-header .header-content {
    padding: 50px 15px;
  }
  body,
  p {
    font-size: 16px;
    line-height: 23px;
  }
  .mainstream-products .catalog-item .item-holder {
    width: 100%;
  }
  .catalog-item {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .product-images ul li {
    height: 400px;
    margin-right: 20px;
  }
  .catalog-grid {
    padding: 0;
    overflow-x: inherit;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-right: -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .form-control.custom-input {
    font-size: 14px;
  }
  .order-buttons .link-holder {
    margin-top: 0;
    margin-right: auto;
  }
  .order-buttons .default-btn {
    width: 300px;
  }
  .order-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
  .option-group {
    margin-right: -1%;
  }
  .option-group .option-item {
    margin-bottom: 10px;
  }
  .category-panel .category-panel-holder {
    background-color: #fff;
  }
  .category-panel.is_stuck .category-panel-holder {
    box-shadow: 0 2px 4px rgba(33, 33, 33, 0.1);
  }
  .category-panel.is_stuck ul li {
    margin-bottom: 5px;
  }
  .category-panel.is_stuck ul {
    box-shadow: none;
  }
  .category-panel ul {
    padding-bottom: 5px;
  }
  .mainstream-products .catalog-item {
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .mainstream-products .catalog-grid {
    overflow-x: inherit;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-right: -15px;
  }
  header .header-info .item {
    font-size: 11px;
    line-height: 1.2;
  }
  header .header-info {
    left: 70px;
  }
  header .header-info.right-header-info {
    right: 70px;
    left: auto;
  }
  footer .copyright {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .overlay-menu .overlay-menu-wrapper {
    transform: translate3d(-15px, 0, 0);
  }
  .overlay-menu.active .overlay-menu-wrapper {
    transform: translate3d(0, 0, 0);
  }
  .overlay-menu {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 3px 10px rgba(74, 79, 97, 0.25);
    -moz-box-shadow: 0 3px 10px rgba(74, 79, 97, 0.25);
    -webkit-box-shadow: 0 3px 10px rgba(74, 79, 97, 0.25);
    -webkit-transform: translate3d(-50px, 0, -50px);
    transform: translate3d(-50px, 0, -50px);
    min-height: 100%;
    height: 100%;
  }
  .overlay-menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media (min-width: 992px) and (orientation: landscape) {
  .frame-modal-wrapper.quick-cart .frame-modal-list {
    height: 50vh !important;
  }
}
@media (min-width: 992px) {
  header .header-holder {
    height: 65px;
  }
  .not-found {
    padding: 60px 0 40px;
  }
  .not-found .num {
    font-size: 170px;
  }
  .custom-header.home-header .header-content-alt {
    height: 250px;
  }
  .price-element {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .order-info .cart-item .price-element {
    line-height: 1;
  }
  .personal-data .panel .form-group {
    width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .personal-data .panel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .price-element {
    font-size: 20px;
  }
  .default-btn {
    font-size: 15px;
    font-weight: 600;
    line-height: 45px;
    padding: 0 25px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .department-address.mobile-visible {
    display: none;
  }
  .mainstream-products .catalog-item.more-catalog-item {
    min-height: 439px;
  }
  .catalog-item:hover .product-name a {
    text-decoration: underline;
  }
  ::-webkit-scrollbar-track {
    background: rgba(157, 157, 157, 0.2);
  }
  ::-webkit-scrollbar-thumb {
    background: #cbcbcb;
  }
  ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(157, 157, 157, 0.9);
  }
  body::-webkit-scrollbar {
    width: 13px;
  }
  .mainstream-products .link-holder {
    display: none;
  }
  .default-btn.btn-outline circle,
  .default-btn.btn-outline path {
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .default-btn.btn-outline:hover {
    border-color: #39a0f7;
    background-color: #39a0f7;
    color: #fff;
  }
  .default-btn.btn-outline:hover circle,
  .default-btn.btn-outline:hover path {
    fill: #fff !important;
  }
  .show-menu-btn:hover:before {
    opacity: 1;
    visibility: visible;
  }
  .show-menu-btn:before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    position: absolute;
    background-color: #ebebeb;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #quick_card_sticker a {
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #quick_card_sticker a:hover {
    background-color: #e3e3e3;
  }
  header .header-info .item {
    font-size: 14px;
    line-height: 1.3;
  }
  header .header-info {
    left: 140px;
  }
  header .header-info.right-header-info {
    right: 140px;
    left: auto;
  }
  .lang-panel .dropdown-item:hover {
    background-color: #e3e3e3;
  }
  .sorting-checkbox label:hover {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.17);
  }
  .category-panel ul a.active:hover {
    background-color: #212121;
  }
  .category-panel ul a {
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .category-panel ul a:hover {
    background-color: #e3e3e3;
  }
  .catalog-item .item-holder {
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .catalog-item .item-holder:hover {
    box-shadow: 0 6px 10px rgba(33, 33, 33, 0.15);
  }
  .default-btn:hover {
    background-color: #3b3b3b;
  }
  .custom-option-group .custom-option-checkbox label {
    height: 58px;
  }
  .overlay-menu .menu-info {
    font-size: 16px;
  }
  .overlay-menu .menu-list li a {
    font-size: 18px;
    line-height: 45px;
  }
  .overlay-menu .menu-list li.categories-menu a:hover {
    background-color: #ebebeb;
  }
  .overlay-menu .menu-list li.categories-menu a {
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    line-height: 45px;
  }
  .overlay-menu .menu-list li a:hover {
    text-decoration: underline;
  }
  .overlay-menu .close-menu-btn {
    right: 25px;
    top: 21px;
  }
  .overlay-menu .close-menu-btn img {
    position: relative;
    z-index: 2;
  }
  .overlay-menu .close-menu-btn:hover:before {
    opacity: 1;
    visibility: visible;
  }
  .overlay-menu .close-menu-btn:before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    position: absolute;
    background-color: #ebebeb;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .overlay-menu .line {
    top: 90px;
  }
  .product-images ul li {
    height: 500px;
  }
  .option-group .option-item .option-item-body {
    height: 65px;
  }
  .order-info .cart-item .item-info .right-side {
    width: 91%;
  }
  .product-wrapper .product-buttons .default-btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .product-wrapper .product-buttons {
    display: block !important;
  }
  .product-wrapper.wrapper {
    width: 45%;
    padding-left: 30px;
  }
  .product-images-wrapper {
    width: 55%;
  }
  .product-col-holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .custom-header.home-header .header-content-alt {
    height: 415px;
  }
  header .logo-holder img {
    max-width: inherit;
    max-height: 55px;
  }
  header .logo-holder a {
    display: block;
  }
  header .header-holder {
    height: 90px;
  }
  .custom-option-group .custom-option-checkbox {
    width: 50%;
  }
  .product-image a {
    height: 550px;
    width: 550px;
  }
  .fixed-options-panel .product-buy-options {
    box-shadow: none;
  }
  .fixed-options-panel {
    box-shadow: 0 -2px 4px rgba(33, 33, 33, 0.1);
  }
  .product-top-panel {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .breadcrumb,
  .category-panel ul,
  .default-wrapper.wrapper,
  .lk-wrapper.wrapper,
  .main-wrapper.wrapper,
  .order-wrapper.wrapper,
  .product-image,
  .product-images,
  .related-products,
  .subcategory-holder,
  header .header-holder {
    padding-left: 0;
    padding-right: 0;
  }
  #quick_card_sticker .quick-card-sticker-holder,
  .breadcrumb,
  .cat-title,
  .catalog-grid-holder,
  .category-panel ul,
  .custom-header,
  .custom-home-text,
  .default-wrapper.wrapper,
  .fixed-options-panel .product-buy-options,
  .lk-wrapper.wrapper,
  .main-wrapper.wrapper,
  .mainstream-products,
  .order-wrapper,
  .product-container,
  .sorting-panel,
  .subcategory-holder,
  footer .footer-holder,
  header .header-holder {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-holder {
    border: none;
  }
  header {
    border-bottom: 1px solid #dfe0e2;
  }
}
.tgme-wrapper {
  position: relative;
  height: 100vh;
  min-height: 600px;
  padding: 30px 15px;
}
.tgme-wrapper .catalog-item {
  width: 100%;
  margin: 0;
}
.tgme-wrapper .catalog-item .btns {
  border-top: 1px solid #dfe0e2;
  padding-top: 15px;
}
.tgme-wrapper .catalog-item .btns .default-link a {
  color: #a3a3a3;
  margin-top: 15px;
  font-weight: 500;
  display: block;
}
.tgme-wrapper .catalog-item .price-box {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.tgme-wrapper .catalog-item .price-box .price-old {
  margin-right: 10px;
}
.tgme-wrapper .catalog-item .product-name {
  min-height: auto;
  margin-bottom: 10px;
  -webkit-line-clamp: inherit;
}
.tgme-wrapper .tgme-panel {
  z-index: 10;
  width: 100%;
  max-width: 345px;
  background-color: #fff;
  border-radius: 9px;
  padding: 30px 15px;
  position: relative;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 21px;
  margin: auto;
}
.tgme-wrapper .tgme-panel ul {
  width: 70%;
  margin: 0 auto 10px;
}
.tgme-wrapper .tgme-panel ul li {
  line-height: 1.2;
  margin-bottom: 4px;
  position: relative;
}
.tgme-wrapper .tgme-panel ul li span {
  display: inline;
  position: relative;
}
.tgme-wrapper .tgme-panel ul li span:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: -9px;
  top: 6px;
  background-color: #212121;
}
.tgme-wrapper .tgme-panel .tgme-btn {
  text-align: center;
}
.tgme-wrapper .tgme-panel .tgme-btn a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border-radius: 30px;
  line-height: 36px;
  background-color: #2481cc;
  text-decoration: none;
  padding: 0 17px;
}
.tgme-wrapper .tgme-panel .tgme-btn a:hover {
  color: #fff;
  background-color: #2073b6;
}
.tgme-wrapper .tgme-panel .content p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
}
.tgme-wrapper .tgme-panel .top-info {
  margin-bottom: 15px;
}
.tgme-wrapper .tgme-panel .top-info .username {
  color: #7d7f81;
  font-size: 16px;
  opacity: 0.6;
}
.tgme-wrapper .tgme-panel .top-info .name {
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
}
.tgme-wrapper .tgme-panel .logo {
  margin: 0 auto 10px;
  width: 110px;
  height: 110px;
  background-color: #f3f3f3;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.tgme-wrapper .tgme-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tgme-wrapper .gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(164deg, #a1c680 6.69%, #98c184 21.02%, #b7cf96 33.1%, #bdcfa5 52.79%, #a3c5a2 73.82%);
  background: -webkit-linear-gradient(164deg, #a1c680 6.69%, #98c184 21.02%, #b7cf96 33.1%, #bdcfa5 52.79%, #a3c5a2 73.82%);
}
@media (min-width: 1400px) {
  .related-products.groups-relate .catalog-item .image {
    height: 115px;
  }
  .mainstream-products .catalog-item.more-catalog-item {
    min-height: 501px;
  }
  .product-images ul li {
    height: 570px;
  }
  .product-image a {
    height: 660px;
    width: 660px;
  }
  .custom-header.home-header .header-content-alt {
    height: 500px;
  }
  footer .footer-links .holder {
    padding-right: 50px;
  }
  .custom-home-text .image {
    height: 300px;
    margin-bottom: 30px;
  }
  footer .logos {
    right: 0;
  }
  footer .footer-contacts .contact-box {
    padding-right: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  footer .footer-links ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  #quick_card_sticker .quick-card-sticker-holder,
  .breadcrumb,
  .cat-title,
  .catalog-grid-holder,
  .category-panel ul,
  .custom-header,
  .custom-home-text,
  .default-wrapper.wrapper,
  .fixed-options-panel .product-buy-options,
  .lk-wrapper.wrapper,
  .main-wrapper.wrapper,
  .mainstream-products,
  .order-wrapper,
  .product-container,
  .sorting-panel,
  .subcategory-holder,
  footer .footer-holder,
  header .header-holder {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1399px) {
  header .header-info {
    font-size: 12px;
  }
  header .header-btns .default-btn {
    font-size: 14px;
  }
  .catalog-item .options .right-options,
  .catalog-item .options .right-options .default-btn {
    width: 100%;
  }
  .catalog-item .options .price-box {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .catalog-item .options {
    display: block;
  }
  .customer-info .panel-bordered .order-related-info ul {
    grid-template-columns: 1.5fr 1fr;
  }
  .customer-info .panel-bordered .order-related-info {
    width: 65%;
  }
  .customer-info .panel-bordered .billing-info {
    width: 35%;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer {
    padding: 0 15px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .footer-holder .left-item-footer {
    padding-right: 45px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .billing-info {
    padding: 15px;
  }
  .personal_area-sidebar .logout {
    font-size: 16px;
  }
  .personal_area .personal-order-list-table .personal-order-list-top {
    padding: 0 0 10px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .delivery-laps {
    width: 31%;
    padding-right: 5px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder {
    padding: 15px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder .option-box {
    width: 43%;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder .item-info {
    width: 47%;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .cart-item .image,
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .product-previews .product-preview {
    width: 65px;
    min-width: 65px;
    height: 45px;
  }
  .personal_area .personal-area-body {
    width: 70%;
    padding-left: 20px;
    padding-top: 35px;
  }
  .personal_area-sidebar {
    width: 30%;
    padding-right: 20px;
  }
  .personal_area-sidebar .personal_area-menu {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .catalog-item .particular {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .default-btn {
    font-size: 13px;
  }
  .catalog-item .price-box .price-old {
    font-size: 10px;
    top: -7px;
  }
  header.if-logined .menu-button {
    margin-left: auto;
    margin-right: 0;
  }
  .logged-in .logged-in-body .name {
    font-size: 12px;
  }
  .logged-in .logged-in-body .user-avatar {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .logged-in .logged-in-body {
    flex-direction: column;
  }
  .login-btn {
    margin-right: 10px;
    order: -1;
  }
  header .menu-button {
    margin-right: 15px;
    margin-left: 0;
  }
  .order-info .cart-item .item-info {
    width: 100%;
  }
  .order-info .cart-item .item-options {
    padding-left: 90px;
    width: 100%;
  }
  .order-info .cart-item .item-holder {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .thanks-holder {
    padding-top: 40px;
  }
  .thanks-holder .thanks-notification {
    padding: 15px;
  }
  .thanks-holder .thanks-notification p {
    width: 100%;
  }
  .customer-info .panel-bordered .order-related-info ul li {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 30px;
  }
  .customer-info .panel-bordered .order-related-info {
    width: 50%;
  }
  .customer-info .panel-bordered .billing-info {
    padding: 20px;
    width: 50%;
  }
  .customer-info .panel-bordered .order-related-info ul {
    display: block;
  }
  .thanks-order-items .cart-item .additional {
    width: 35%;
  }
  .thanks-order-items .cart-item {
    padding: 10px 15px;
  }
  .related-products.groups-relate .catalog-item .image {
    height: 140px;
  }
  .related-products.groups-relate ul li {
    width: 140px;
    min-width: 140px;
  }
  .related-products.groups-relate .catalog-item .price-box .price-element {
    font-size: 15px;
  }
  .overlay-menu .develop-by {
    padding: 15px;
  }
  .overlay-menu .menu-info-holder {
    padding: 0 15px;
  }
  .overlay-menu .chat-btn-holder {
    padding: 15px;
  }
  .personal_area-sidebar .logout {
    font-size: 14px;
  }
  .personal_area-sidebar .personal_area-menu a {
    line-height: 33px;
  }
  .personal_area-sidebar .personal_area-menu a .icons-holder {
    width: 33px;
    height: 33px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .comment-curier-area .text {
    font-size: 14px;
    line-height: 18px;
  }
  .order-related-info li {
    margin-bottom: 2px;
  }
  .logged-in .logged-in-body .user-avatar .avatar-info .name {
    white-space: nowrap;
    width: 87%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .checkbox-group .default-checkbox {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .footer-holder .right-item-footer {
    margin-top: 15px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .billing-info li {
    margin-bottom: 6px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .checkbox-group .default-checkbox label {
    font-size: 14px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer {
    padding-bottom: 15px;
    font-size: 14px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .footer-holder .left-item-footer {
    padding-right: 0;
    padding-top: 0;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .footer-holder .left-item-footer,
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .footer-holder .right-item-footer {
    width: 100%;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .footer-holder {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .line {
    margin-bottom: 10px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder .option-box .item {
    position: relative;
    margin-bottom: 8px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder .option-box .item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    display: block;
    width: 100%;
    height: 2px;
    background-image: url(../images/icons/dots-dark.png);
  }
  .personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder .option-box .item .value {
    padding-left: 5px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder .option-box .item .item-name {
    padding-right: 5px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .lines {
    width: 100%;
    margin-top: 15px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder .option-box .item .item-name,
  .personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder .option-box .item .value {
    font-size: 12px;
    line-height: 1;
    background-color: #f5f5f5;
    opacity: 1;
    z-index: 3;
    position: relative;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .cart-item .additional {
    margin-top: 10px;
    background: #fff;
    border-radius: 6px;
    padding: 10px 10px 5px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .cart-item .additional .additional-line {
    margin-bottom: 7px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder .option-box .item {
    width: 100%;
    flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    text-align: left !important;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder .option-box:after {
    display: none;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder .option-box {
    width: 100%;
    padding-left: 85px;
    margin-top: 10px;
    display: block;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .cart-item .image {
    width: 76px;
    min-width: 76px;
    height: 50px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder .item-info {
    width: 100%;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .cart-item .item-holder {
    display: block;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .cart-item {
    border: none;
    background-color: #f5f5f5;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper {
    padding-left: 0;
    width: 100%;
    padding-top: 15px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .delivery-laps {
    width: 100%;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .product-previews .preview-count {
    margin-right: 6px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .product-previews .product-preview {
    width: 50px;
    min-width: 50px;
    height: 38px;
    margin-right: 6px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .status-bar {
    margin-top: 15px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status-body .date {
    font-size: 11px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .icons-holder {
    right: 10px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .product-previews {
    padding-right: 25px;
    width: 100%;
    margin-top: -35px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item {
    position: relative;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top {
    display: block;
    padding: 13px 10px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status {
    padding-left: 15px;
    width: 100%;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .department-address.mobile-visible {
    display: block;
    margin-top: 10px;
    font-size: 14px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status-body .department-address {
    display: none;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status .price-element {
    display: block;
    font-size: 16px;
    margin-top: 6px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .price-box {
    display: none;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .show-in-map {
    left: auto;
    top: 10px;
    right: 15px;
  }
  .personal_area .personal-order-list-table .personal-order-list-top {
    display: none;
  }
  .personal_area .personal-delivery .delivery-form .personal-delivery-left {
    padding-right: 0;
  }
  .personal_area .personal-delivery .delivery-form .personal-delivery-right {
    padding-left: 0;
  }
  .personal_area .personal-delivery .delivery-form .personal-delivery-left,
  .personal_area .personal-delivery .delivery-form .personal-delivery-right {
    width: 100%;
  }
  .personal_area .personal-delivery .delivery-form {
    padding-bottom: 15px;
    display: block;
  }
  .personal_area .default-btn {
    min-width: 155px;
  }
  .personal_area .personal-settings .form-inline {
    margin: 0;
    display: block;
  }
  .personal_area .personal-settings .form-group {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .personal_area-sidebar .logout {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .personal_area-sidebar .personal_area-menu {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 14px;
  }
  .personal_area {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .personal_area-sidebar {
    width: 35%;
    padding-right: 15px;
  }
  .personal_area .personal-area-body {
    width: 65%;
    padding-left: 15px;
  }
  .default-checkbox label,
  .default-radio label {
    font-size: 16px;
  }
  .product-info .custom-tabs img {
    max-width: 100%;
    display: block;
  }
  header .logo-holder {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    order: -1;
  }
  header .logo-holder img {
    max-height: 40px;
  }
  .product-info .custom-tabs .text {
    width: 100%;
  }
  .mainstream-products .catalog-item.more-catalog-item {
    font-size: 16px;
    min-height: 401px;
  }
  header .header-info {
    display: none;
  }
  .overlay-menu .menu-list {
    padding: 100px 15px 120px;
  }
  .overlay-menu .logo img {
    max-height: 25px;
  }
  .overlay-menu .close-menu-btn {
    top: 12px;
  }
  .overlay-menu .overlay-top {
    padding: 15px 15px 17px;
  }
}
@media (max-width: 991px) {
  .price-element {
    font-size: 15px;
  }
  .related-products.groups-relate .catalog-item .item-content {
    padding: 10px;
    position: relative;
    bottom: 0;
  }
  .related-products.groups-relate .catalog-item .product-name {
    margin-bottom: 0;
  }
  .related-products.groups-relate .catalog-item .options {
    padding: 0 15px;
    position: relative;
    bottom: 0;
  }
  .related-products.groups-relate .catalog-item .item-holder {
    width: 100%;
    height: auto;
  }
  .input-btn-group .default-btn {
    right: 4px;
    top: 4px;
  }
}
@media (max-width: 767px) {
  .catalog-item .product-name {
    width: 100%;
    min-height: 33px;
    -webkit-line-clamp: 2;
  }
  .fixed-options-panel .product-buy-options .price-old,
  .product-wrapper .product-buy-options .price-old {
    font-size: 10px;
    margin-left: 5px;
    top: -3px;
  }
  .fixed-options-panel .product-buy-options .price-element,
  .product-wrapper .product-buy-options .price-element {
    font-size: 20px;
  }
  .product-wrapper .particular ul li .particular-pic {
    margin-right: 3px;
  }
  .particular ul li .particular-pic {
    margin-right: 0;
  }
  header .chat-btn {
    padding: 0;
  }
  .custom-uploader .file-upload .group-input .form-control.custom-input {
    padding-left: 30px;
    height: 36px;
  }
  .custom-uploader .file-upload .group-input .attach-icon {
    width: 30px;
  }
  .custom-uploader .default-btn.upload-btn {
    font-size: 13px !important;
    line-height: 36px !important;
  }
  .custom-uploader .uploader-holder {
    padding: 10px;
  }
  .logged-in .logged-in-body {
    flex-direction: row;
  }
  .logged-in .logged-in-body .user-avatar {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .related-products .catalog-item .particular ul li {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0;
    width: 30px;
    text-align: center;
  }
  .related-products .catalog-item .particular {
    position: absolute;
    bottom: 15px;
    padding: 0 15px;
    text-align: right;
    width: 100%;
    overflow: hidden;
  }
  .default-btn.review-btn {
    padding: 5px;
  }
  .default-btn.review-btn .text {
    display: none;
  }
  .modal.custom-modal.request-modal .modal-header {
    padding: 20px 15px;
  }
  .login-btn {
    margin-right: 0;
    margin-left: auto;
    order: -1;
  }
  header .header-btns {
    margin-left: 10px;
  }
  header .header-btns .default-btn:first-child {
    margin-left: 0;
  }
  header .menu-button {
    margin-right: 0;
    margin-left: 10px;
  }
  header .menu-button .search-btn img {
    width: 24px;
  }
  header .chat-btn,
  header .menu-button .search-btn {
    border: 1px solid #dfe0e2;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
  }
  header .chat-btn .text {
    display: none;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 5px;
  }
  .product-image .product-label,
  .product-images .product-label {
    left: 30px;
  }
  .product-info.wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .custom-tabs .nav-pills .nav-link {
    padding: 10px 15px;
  }
  .fixed-options-panel {
    bottom: 52px;
  }
  #quick_card_sticker {
    top: 183px;
  }
  .category-panel ul {
    padding: 10px 5px 10px 10px;
  }
  .category-panel .panel-name {
    top: -13px;
  }
  #quick_card_sticker a .value {
    display: none;
  }
  .custom-header.home-header .header-content-alt {
    width: 100%;
    height: 185px;
    background-size: cover !important;
    background-position: right center;
  }
  .catalog-grid .catalog-item .price-element {
    font-size: 15px;
  }
  .catalog-grid .catalog-item .price-element.price-old {
    font-size: 10px;
    margin-top: 0;
  }
  .catalog-grid .catalog-item .image {
    height: auto;
    aspect-ratio: 1;
  }
  .catalog-grid.double-items {
    overflow-x: inherit;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-right: -8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .catalog-grid.double-items .catalog-item {
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .catalog-grid.double-items .catalog-item .particular ul li .text {
    text-overflow: ellipsis;
    max-width: calc(90%);
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
  }
  .catalog-grid.double-items .catalog-item .price-box {
    width: 100%;
    margin-bottom: 5px;
    padding-top: 5px;
    min-height: 20px;
  }
  .catalog-grid.double-items .catalog-item .right-options {
    width: 100%;
  }
  .catalog-grid.double-items .catalog-item .options {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .catalog-grid.double-items .catalog-item .item-content {
    padding: 15px 10px 0;
  }
  .catalog-grid.double-items .catalog-item .price-element {
    font-size: 15px;
  }
  .catalog-grid.double-items .catalog-item .price-element.price-old {
    font-size: 10px;
    margin-top: 0;
  }
  .catalog-grid.double-items .catalog-item .default-btn {
    width: 100%;
    height: 38px;
    padding: 0 10px;
  }
  .catalog-grid.double-items .catalog-item .image {
    height: auto;
    aspect-ratio: 1;
  }
  .catalog-item .item-holder {
    padding-bottom: 10px;
  }
  .subcategory-panel.is_stuck .subcategory-holder {
    border-color: transparent;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  .category-panel.is_stuck ul {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  .product-label {
    line-height: 20px;
    font-size: 10px;
    right: 10px;
    padding: 0 10px;
  }
  .sorting-checkbox label {
    padding: 0 12px;
    line-height: 27px;
    border-radius: 7px;
  }
  .filter_sidebar .default-btn.reload_filter img {
    margin-left: 6px;
    width: 16px;
    top: 0;
  }
  .category-panel ul li {
    margin-bottom: 0;
  }
  .subcategory-panel {
    top: 53px;
  }
  .subcategory-panel .subcategory-list {
    padding: 10px 15px 9px 0;
  }
  .subcategory-panel.has-level .subcategory-list {
    padding-left: 45px;
  }
  .subcategory-panel .subcategory-back .text {
    display: none;
  }
  .subcategory-panel .subcategory-back img {
    position: relative;
    top: -1px;
  }
  .subcategory-panel .subcategory-list li a:before {
    left: -14px;
    right: -14px;
    top: -4px;
    bottom: -7px;
  }
  .subcategory-panel .subcategory-list > li + li:before {
    padding: 0 15px;
  }
  .subcategory-panel .subcategory-back {
    top: 4px;
    left: 15px;
    line-height: 29px;
    box-shadow: 0 1px 2px rgba(33, 33, 33, 0.2);
    padding: 0 5px 0 4px;
  }
  .subcategory-panel .subcategory-holder {
    padding: 0 0 0 15px;
    margin-right: 0;
    border-bottom: 1px solid #dfe0e2;
  }
  .subcategory-panel {
    margin-top: -5px;
    margin-bottom: 15px;
  }
  .breadcrumb-holder.desktop-breadcrumb {
    display: none;
  }
  .breadcrumb {
    padding: 0 15px 0 0;
  }
  .breadcrumb-holder {
    padding: 0 15px;
    margin: 0 0 10px;
  }
  .filter-trigger-holder {
    margin-left: 10px;
    text-align: left;
    margin-top: 5px;
  }
  .filter_sidebar {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
  }
  .filter_sidebar .panel-bottom .default-btn {
    margin: 0 10px;
  }
  .filter_sidebar .panel-bottom {
    box-shadow: 0 -1px 2px rgba(33, 33, 33, 0.0999999);
    background-color: #f5f5f5;
    padding: 10px 15px;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .filter_sidebar .filter-list {
    height: 400px;
    overflow-y: auto;
    padding: 20px 15px;
  }
  .filter_sidebar .panel-top .panel-top-name {
    font-size: 20px;
    line-height: 24px;
  }
  .filter_sidebar .panel-top .close_filter {
    top: 23px;
  }
  .filter_sidebar .panel-top {
    padding: 21px 15px 20px;
    background-color: #ececec;
  }
  .filter_sidebar {
    position: fixed;
    left: 0;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translatey(100%);
    opacity: 0;
    visibility: hidden;
    z-index: 1111111;
  }
  .filter_sidebar.opened {
    transform: translatey(0);
    opacity: 1;
    visibility: visible;
  }
  .filter_sidebar {
    top: auto;
    bottom: 52px;
    width: 100%;
  }
  .related-products.groups-relate ul li {
    width: 130px;
    min-width: 130px;
  }
  .related-products.groups-relate .catalog-grid {
    padding-left: 2px;
    padding-right: 15px;
  }
  .related-products.groups-relate {
    margin-right: -15px;
    padding-left: 0;
  }
  .personal_area-sidebar .bonus-panel {
    margin-bottom: 0;
  }
  .overlay-menu .bottom-overlay-nav {
    padding-top: 0;
  }
  .modal.custom-modal.modal-bonus .coin img {
    width: 26px;
  }
  .modal.custom-modal.modal-bonus .getted-bonus {
    padding-bottom: 20px;
  }
  .modal.custom-modal.modal-bonus .getted-bonus .bonus-panel {
    font-size: 15px;
  }
  footer {
    padding-bottom: 52px;
  }
  .frame-modal-wrapper {
    bottom: 52px;
  }
  .frame-modal-wrapper.search-modal-wrapper .search-list li a:hover {
    background-color: transparent;
  }
  .frame-modal-wrapper.search-modal-wrapper {
    bottom: 52px;
  }
  .frame-modal-wrapper.search-modal-wrapper .search-list {
    padding: 15px;
    margin-top: 0;
  }
  .frame-modal-wrapper.search-modal-wrapper .search-list li a {
    padding: 0;
  }
  .frame-modal-wrapper.search-modal-wrapper .close-cart {
    right: 17px;
    top: 20px;
    left: auto;
  }
  .frame-modal-wrapper.search-modal-wrapper .h3,
  .frame-modal-wrapper.search-modal-wrapper h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
  }
  .frame-modal-wrapper.search-modal-wrapper .search-input {
    position: relative;
    margin-top: 20px;
    padding: 0 15px;
  }
  .frame-modal-wrapper.search-modal-wrapper .search-input img {
    left: 25px;
  }
  .personal_area-sidebar.not-logged .button-holder {
    display: block;
  }
  .personal_area-sidebar.not-logged .button-holder .default-btn {
    margin: 50px auto 0;
  }
  .lk-wrapper.not-logged .logged-in,
  .personal_area-sidebar.not-logged .logged-in,
  .personal_area-sidebar.not-logged .logout,
  .personal_area-sidebar.not-logged .personal_area-menu {
    display: none;
  }
  .lk-wrapper.not-logged .personal_area-sidebar .button-holder {
    display: block;
  }
  .lk-wrapper.not-logged .personal_area-sidebar .button-holder .default-btn {
    margin: 50px auto 0;
  }
  .lk-wrapper.not-logged .personal_area .personal-area-body,
  .lk-wrapper.not-logged .personal_area-sidebar .logged-in,
  .lk-wrapper.not-logged .personal_area-sidebar .logout,
  .lk-wrapper.not-logged .personal_area-sidebar .personal_area-menu {
    display: none;
  }
  .logged-in.mobile-avatar {
    border: none;
    border-radius: 8px;
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    padding: 15px;
  }
  .modal.custom-modal .modal-header {
    padding: 20px 15px 6px;
    border: none;
    background-color: #ececec;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
  }
  .modal.custom-modal .modal-body {
    padding: 15px 15px 30px;
  }
  .personal_area .personal-area-body {
    padding-top: 10px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .delivery-laps:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 35px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .delivery-laps .mobile-laps-trigger {
    position: relative;
    z-index: 3;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .delivery-laps ul {
    position: relative;
    overflow: hidden;
    height: 60px;
  }
  .delivery-laps li:before {
    z-index: 3;
  }
  .delivery-laps li:after {
    height: 26px;
    left: 2px;
    top: 13px;
  }
  .delivery-laps li {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper {
    padding: 15px 15px 0;
    border-top: 1px solid #dfe0e2;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .order-related-info {
    margin-bottom: 15px;
  }
  .order-related-info li {
    margin-bottom: 4px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .billing-info li.total {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .billing-info li.total .price-element {
    font-size: 16px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .comment-curier-area .label-custom {
    margin-bottom: 5px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer {
    border-top: 1px solid #dfe0e2;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-footer .footer-holder {
    padding: 0;
    border: none;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder {
    font-size: 14px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .delivery-laps {
    width: 100%;
    padding: 0 15px 15px;
    border: none;
  }
  .personal_area .personal-area-body {
    width: 100%;
    padding-left: 0;
  }
  .personal_area .title-heading {
    text-align: center;
  }
  .personal_area-sidebar {
    padding-right: 0;
    position: fixed;
    bottom: 52px;
    width: 100%;
    left: 0;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translatey(100%);
    opacity: 0;
    visibility: hidden;
    z-index: 1111111;
    background: #fff;
    height: 380px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
  }
  .personal_area-sidebar.opened {
    transform: translatey(0);
    opacity: 1;
    visibility: visible;
  }
  .personal_area-sidebar .personal_area-menu a {
    padding-left: 5px;
    margin-bottom: 5px;
  }
  .personal_area-sidebar .logged-in {
    padding-top: 20px;
  }
  .personal_area-sidebar .logged-in .avatar-info .name {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .personal_area-sidebar .personal-area-sidebar-holder {
    position: relative;
    padding: 0 15px;
  }
  .personal_area-sidebar .close-personal-sidebar {
    position: absolute;
    top: 21px;
    right: 15px;
    z-index: 5;
  }
  .personal_area-sidebar .close-personal-sidebar img {
    width: 24px;
  }
  .personal_area-sidebar .sidebar-name {
    padding: 21px 15px 20px;
    background-color: #ececec;
    margin: 0;
  }
  .default-checkbox label,
  .default-radio label {
    font-size: 14px;
  }
  header .menu-button .search-btn {
    margin-left: 0;
  }
  header .show-menu-btn {
    display: none;
  }
  .overlay-menu .close-menu-btn img {
    width: 24px;
  }
  .catalog-item .price-box .price-old {
    align-self: flex-start;
    top: 0;
    margin-left: 0;
  }
  .catalog-item .price-box {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .mainstream-products .catalog-item .price-box {
    flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
  }
  .mainstream-products .catalog-item .price-box .price-old {
    top: 3px;
    margin-left: 4px;
  }
  .catalog-item .product-name,
  .mainstream-products .catalog-item .product-name {
    font-size: 14px;
    line-height: 18px;
  }
  .catalog-item .particular {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  footer .develop-by a {
    font-size: 20px;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
  }
  footer .develop-by {
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
  }
  .mobile-hidden {
    display: none;
  }
  .overlay-menu .menu-list li.categories-menu a {
    border-radius: 7px;
  }
  .overlay-menu .overlay-menu-wrapper {
    transform: translate3d(0, 0, 0);
    transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .overlay-menu.active .overlay-menu-wrapper {
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .overlay-menu .menu-info-holder,
  .overlay-menu .overlay-lang-panel {
    padding: 0 15px;
  }
  .overlay-menu .chat-btn-holder {
    padding: 15px;
  }
  .overlay-menu .menu-list li.categories-menu a {
    line-height: 33px;
  }
  .frame-modal-wrapper .close-cart {
    top: 23px;
  }
  .frame-modal-wrapper .frame-modal-header {
    padding: 21px 15px 20px;
    background-color: #ececec;
  }
  .overlay-menu .menu-list {
    padding: 90px 15px 160px;
  }
  .overlay-menu .close-menu-btn {
    top: 18px;
  }
  .overlay-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .overlay-menu .overlay-top {
    border: none;
    background-color: #ececec;
    padding: 22px 15px;
    border-radius: 15px 15px 0 0;
  }
  .bottom-nav {
    z-index: 11111111112;
  }
  .overlay-menu {
    position: fixed;
    top: auto;
    height: 80%;
    border-radius: 15px 15px 0 0;
    bottom: 52px;
    width: 100%;
    left: 0;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(100%);
  }
}
@media (max-width: 640px) {
  .product-wrapper .product-buy-options.paired-box .price-old {
    -webkit-align-self: flex-end;
    margin-left: 10px;
    margin-top: 0;
    top: -2px;
  }
  .nt-spinner {
    height: 40px;
    width: 100px;
  }
  .product-wrapper .product-buy-options .price-old {
    top: -2px;
  }
  .product-wrapper .product-buy-options.paired-box .default-btn {
    width: 100%;
    margin-top: 10px;
  }
  .product-wrapper .product-buy-options.paired-box .product-buttons {
    margin-top: 20px;
  }
  .product-wrapper .product-buy-options.paired-box .price-box {
    flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
  }
  .product-wrapper .product-buy-options.paired-box {
    display: block;
  }
  .thanks-holder {
    padding-top: 30px;
  }
  .thanks-holder .order-num {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .thanks-holder .title-heading img {
    width: 26px;
  }
  .customer-info .panel-bordered .billing-info {
    padding: 15px;
    margin-top: 15px;
  }
  .customer-info .panel-bordered .billing-info li.total {
    margin: 10px;
  }
  .customer-info .panel-bordered .billing-info li.total .name {
    font-size: 16px;
  }
  .customer-info .panel-bordered .billing-info,
  .customer-info .panel-bordered .order-related-info {
    width: 100%;
  }
  .customer-info .panel-bordered {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .thanks-order-items .cart-item .additional {
    padding-left: 91px;
    margin-top: 10px;
  }
  .thanks-order-items .cart-item .item-info .image {
    height: 50px;
  }
  .thanks-order-items .cart-item .additional,
  .thanks-order-items .cart-item .item-info {
    width: 100%;
  }
  .thanks-order-items .cart-item .item-holder {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
}
@media (max-width: 520px) {
  .default-btn.review-btn {
    padding: 5px;
  }
  .default-btn.review-btn .text {
    display: none;
  }
}
@media (max-width: 420px) {
  header .logo-holder img {
    max-height: 20px;
    max-width: 60px;
  }
  .custom-tabs .nav {
    width: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .product-info {
    margin-top: 15px;
  }
  .product-info.wrapper {
    padding-bottom: 0;
  }
  .custom-tabs .nav-pills .nav-link:after {
    height: 2px;
  }
  .custom-tabs .nav {
    margin-bottom: 15px;
  }
  #quick_card_sticker .quick-card-sticker-holder,
  .fixed-options-panel .product-buy-options,
  .frame-modal-wrapper .frame-modal-body,
  .frame-modal-wrapper .modal-wrapper-holder,
  footer,
  main {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .create-review-modal[data-v-3fcc755e] {
    overflow-y: auto !important;
    height: 175px !important;
  }
  .frame-modal-wrapper.search-modal-wrapper .search-list {
    height: 85px !important;
  }
  .frame-modal-wrapper.quick-cart .frame-modal-list {
    height: 190px !important;
  }
  .overlay-menu .menu-list li {
    margin-bottom: 10px;
  }
}
