:root {
  --bs-gray-300: #F6F6F6;
  --xs: '576';
}

body.blue {
  --accent: #0b5ed7;
}

body.red {
  --accent: #E52727;
}

body.violet {
  --accent: #A63A70;
}

body.orange {
  --accent: #F25900;
}

body.green {
  --accent: #006847;
}

a {
  text-decoration: none;
}

/* font-size */
.fs-7 {
  font-size: .95rem !important;
}

.fs-8 {
  font-size: .9rem !important;
}

.fs-9 {
  font-size: .85rem !important;
}

.fs-10 {
  font-size: .8rem !important;
}

.fs-11 {
  font-size: .75rem !important;
}

.fs-12 {
  font-size: .7rem !important;
}

@media screen and (max-width: 576px) {
  .fs-sm-7 {
    font-size: .95rem !important;
  }

  .fs-sm-10 {
    font-size: .8rem !important;
  }
}

/* typography */
.h2 {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  margin-bottom: 3rem;
}


.catalogue .form-control-sm, .btn-filter-submit {
  height: 46px;
}

.block-categories__body {
  padding-top: 44px;
}

.contact-form {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  overflow: auto;
  overflow-x: hidden;
  display: none;
}


.contact-form__form {
  background: #fff;
  padding: 3rem 0rem 2rem;
  color: #212121;
  font-size: 13px;
  position: relative;
  z-index: 10;
}

.required:after {
  content: "*";
  position: relative;
  font-size: inherit;
  color: #E11D64;
  padding-left: 0.25rem;
  font-weight: bold;
}

.quickview__close {
  z-index: 15;
}

.alert {
  padding: 1rem !important;
}

form .js-sv {
  margin-right: 1rem !important;
}

form .js-header {
  font-size: 18px;
}

/* .social-links */
@media screen and (max-width: 1200px) {
  .social-links__item a {
    width: 30px;
    height: 30px;
  }
}


.spinner-border--small {
  width: 1rem;
  height: 1rem;
  margin: -0.5rem -1rem;
}

.social-links__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-links__item a {
  width: auto;
  height: auto;
  display: block;
  line-height: 0;
  border-radius: none;
}

.container {
  max-width: 1380px !important;
}

.header__logo {
  margin-right: 44px !important;
}

@media screen and (min-width: 1200px) {
  .header__logo {
    min-width: 200px;
  }

  .header__search {
    display: flex;
    justify-content: flex-end;
  }

  .search {
    width: 500px;
  }
}

.header__logo .logo__image {
  font-size: 22px;
  font-weight: bold;
  color: #212529;
  line-height: 26px;
}

/* decor */
.decor--type__top {
  bottom: calc(100% - 34px);
}


.decor--type__top .decor__start {
  margin-left: -19px;
  transform: skewX(-30deg) translateY(-10px);
  height: 25px;

}

.decor--type__top .decor__end {
  margin-right: -19px;
  transform: skewX(30deg) translateY(-10px);
}

.decor--type--bottom-custom .decor__start, .decor--type--bottom-custom .decor__end {
  bottom: -1px;
}

.select.focus .select__title, .select.focus .select__title input, .bottomEdge.select.focus .select__title, .bottomEdge.select.focus .select__title input {
  border-radius: 0;
}

.js-select-input {
  background-color: #fff;
}

.loader:after {
  border-radius: 0;
}

.block-brands__item-link img {
  margin-bottom: 6px;
}

.block-brands__item-name {
  margin-top: 0;
  margin-bottom: 0;
}

.modal__half {
  max-width: 500px;
}

.fv-plugins-bootstrap5-row-invalid {
  margin-bottom: 2rem !important;
}

.header__logo {
  max-width: 168px;
}

/* search-input */
.search-input {
  background: transparent;
  border: none;
  font-family: inherit;
  padding: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.search-input {
  color: #262626;
  background-color: #ededed;
  border-color: #ededed;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 2.5px;
  -webkit-transition: background-color .2s,
    border-color .2s,
    color .2s;
  transition: background-color .2s,
    border-color .2s,
    color .2s;
}

.search-input::-webkit-input-placeholder {
  color: #6c757d;
}

.search-input::-moz-placeholder {
  color: #6c757d;
}

.search-input:-ms-input-placeholder {
  color: #6c757d;
}

.search-input::-ms-input-placeholder {
  color: #6c757d;
}

.search-input::placeholder {
  color: #6c757d;
}

[dir=ltr] .search-input {
  padding-left: 13px;
  padding-right: 37px;
}

.search-input:hover {
  border-color: #e0e0e0;
}

.search-input:focus {
  background-color: #fff;
  border-color: #e5e5e5;
}

.search-input {
  color: #262626;
  background-color: #ededed;
  border-color: #ededed;
}

.search-input::-webkit-input-placeholder {
  color: #6c757d;
}

.search-input::-moz-placeholder {
  color: #6c757d;
}

.search-input:-ms-input-placeholder {
  color: #6c757d;
}

.search-input::-ms-input-placeholder {
  color: #6c757d;
}

.search-input::placeholder {
  color: #6c757d;
}

.search-input:hover {
  border-color: #e0e0e0;
}

.search-input:focus {
  background-color: #fff;
  border-color: #e5e5e5;
}

.search-input:focus {
  outline: none;
}

#search_dropdown {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background: #fff;
  z-index: 1000;
  padding: 20px 10px;
  box-shadow: 0px 7px 10px 0 rgba(0, 0, 0, .1);
  transform: translateY(0px);
  max-height: 420px;
  overflow: hidden;
  overflow-y: auto;
}

#search_dropdown.active {
  pointer-events: inherit;
  opacity: 1;
  visibility: visible;
}

.default-table th {
  border-color: #e9e9e9 !important;
}

.search-out-zone {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
}

.search-out-zone.active {
  opacity: 1;
  pointer-events: inherit;
}

.header__search {
  z-index: 10;
}

.dropdown-mobile {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 1000;
  display: none;
  padding: 3rem 1rem 1rem;
  flex-direction: column;
  flex-wrap: wrap;
}

.dropdown-mobile.active {
  display: flex;
}

#search_input_m {
  width: 100%;
  height: 50px;
  flex: none;
  margin-bottom: 1rem;
}

.dropdown-mobile__content {
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
  max-width: 100%;
}

#search-products-table-mobile {
  max-width: 100%;
}

.post-card, .block-posts-carousel__item {
  width: 100%;
}

.post-card__image {
  height: 216px;
  display: block;
  background-size: cover;
  background-position: center;
}

.product-card .image__body {
  background: #ccc;
  height: 255px;
  background-position: center;
  background-size: cover;
  padding: 0;
  position: static;
}

.block-reviews__item {
  padding: 10px;
  flex-wrap: wrap;
}

.block-reviews__item-avatar-wrap {
  margin-right: 1rem;
  display: flex;
  align-items: center;
}

.block-reviews__item-avatar {
  background-size: cover;
  background-position: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 !important;
}

.block-reviews__item-text {
  margin-bottom: .3rem;
  word-break: break-all;
}

.block-reviews__item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  flex: 1;
}


.block-reviews__item-meta {
  margin-top: 0;
}

.block-reviews__item-rating {
  padding-bottom: 0;
  margin-right: 5px;
}

.company-logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.company-logo__img {
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 86px;
}

.company-logo__text {
  font-size: 22px;
  font-weight: bold;
  color: #212529;
  line-height: 26px;
}

@media screen and (max-width: 1200px) {
  .company-logo__img {
    max-height: 50px;
  }
}

/* social */
.social {
  list-style: none;
  padding: 0;
}

.social--white .social__item {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 4px;
}

.social__icon {
  width: 100%;
  height: 100%;
}

.social__icon-fa {
  font-size: 22px;
}

.social__icon-f--avito {
  width: 20px;
  height: 20px;
}

.text-hover-primary:hover {
  text-decoration: underline;
}

.mobile-menu__panel-body {
  overflow-x: hidden;
}

.slider-item-wrap {
  display: inline-block;
}

.slider-item-text {
  background: #fff;
  width: auto;
  padding: 0 8px;
  display: inline-block;
}

@media screen and (max-width: 767.98px) {
  .slider-item-wrap, .slider-item-text {
    width: 100%;
  }

  .slider-item-wrap--text2 .slider-item-text, .slider-item-wrap--text3 .slider-item-text {
    padding-top: .5rem;
  }

  .block-slideshow__item {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.request .h2 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 1rem;
}

.request p.text-muted.text-center {
  margin-bottom: 2rem;
}

.img-bg {
  background-size: cover;
  background-position: center;
  display: block;
  text-decoration: none;
}

.img-bg--product-card {
  width: 90px;
  height: 90px;
  background: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



@media (max-width: 1399.98px) {
  .img-bg--product-card {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767.98px) {
  .img-bg--product-card {
    width: 60px;
    height: 60px;
  }
}

.section {
  background: #fff;
  padding: 2rem 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
}

.link {
  cursor: pointer;
  font-style: 15px;
}

.disable {
  pointer-events: none;
  color: #ccc !important;
}

.link:hover {
  color: #0064f0;
}

.link.active {
  color: #0064f0;
}

.link.active:hover {
  color: #014ab1;
}

.products-list .product-card {
  padding-left: 1px !important;
}

.products-list .product-card__meta {
  border-left: 0 !important;
}

.site__body {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.product-gallery__slider {
  height: 450px;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .product-gallery__slider {
    height: 200px;
  }

  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 33px;
  }
}

.product-gallery-thumb {
  transform: translateY(-10px);
}

.product-gallery-thumb .swiper-wrapper {
  flex-wrap: wrap;
}

.product-gallery__slider {
  margin-bottom: 10px;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slider--thumb {
  width: 80px !important;
  height: 80px !important;
  cursor: pointer;
  box-shadow: inset 0 0 0px 0px var(--accent);
  margin-top: 10px;
}

.swiper-slider--thumb.swiper-slide-thumb-active {
  box-shadow: inset 0 0 0px 2px var(--accent);
}

.product-gallery__slide {
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.swiper-button-next, .swiper-button-prev {
  color: var(--accent);
}

.product-card__meta {
  padding: 0 1rem;
  word-break: break-all;
}

.breadcrumbs-container {
  margin-bottom: 36px;
  padding-top: 1rem;
}

.block-header__title {
  margin-top: 36px;
  margin-bottom: 40px;
  padding: 0;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .block-header__title {
    margin-bottom: 20px;
    margin-top: 32px;
  }
}

.block-header__body {
  display: block;
}

.youtube-preview {
  background-color: rgba(0, 0, 0, .3);
  padding: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

textarea {
  max-height: 200px;
}

.form-control-sm {
  height: 40px;
}

.btn:not(.btn-icon) {
  line-height: 23px;
}

.contacts>ymaps, .contact_map {
  height: 400px !important;
}

@media (max-width: 767.98px) {
  .product-card__meta {
    padding: 0;
  }

  .contacts>ymaps, .contact_map {
    height: 360px !important;
  }
}

.page-index .site__body {
  margin: 0;
}

.product-section--wheels .block-split__item-sidebar {
  width: 290px;
}

.product-section--wheels .block-split__item-content {
  margin-left: 0 !important;
  padding-left: 40px;
  flex: 1;
}

.noty_body {
  font-size: 14px;
  padding: 5px !important;
}

.widget-filters__item {
  padding: 20px 1.5rem;
}

.user-block .s-list {
  padding: 0;
  margin-bottom: 1rem;
  list-style-type: none;
}

.user-block .s-list .fa {
  color: var(--accent);
  margin-right: 10px;
}

.user-block .s-list li {
  margin-bottom: 10px;
}

.user-block .s-list li:last-child {
  margin-bottom: 0px;
}

.user-block blockquote {
  font-size: 16px;
  font-weight: 300;
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

img {
  max-width: 100%;
}

.header-basket {
  position: relative;
  z-index: 600;
}

.header-basket.active .header-basket__content {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}

.header-basket__content {
  position: absolute;
  right: 0;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-80px);
  transition: transform .3s, opacity .2s;
}

.click-zone {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
}

#basket-content-container {
  width: 100%;
}

#basket-content {
  padding-top: 30px;
}

#basket-content .dropcart__item-info {
  flex: 1;
  margin: 0;
  padding: 0 10px;
}

#basket-content .dropcart__item-remove {
  margin-right: 0;
}

#basket-content .dropcart__list {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}

.form-check .form-check-input {
  border: none;
}

.js-basket-product-counter {
  min-height: 13px;
  min-width: 12px;
}

#basket-content-container:after {
  position: fixed;
}

.payment-methods__item-header .invalid-feedback {
  left: 12px;
}

.form-element--front {
  margin-bottom: 20px;
}

.form-element--front label {
  font-weight: normal !important;
}

.overflow {
  overflow: hidden;
}

#checkout-form-alert {
  margin-top: 20px;
}

.basket-table {
  overflow-x: auto;
  overflow-y: hidden;
}

.basket-table__table {
  min-width: 500px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  width: 100%;
}

.basket-table__td {
  padding: 14px 16px;
  border-bottom: 1px solid #ebebeb;
}

.basket-table__td--head {
  font-weight: bold;
}

.basket-table__td:first-child {
  padding-left: 28px;
}

.basket-table__img-wrap {
  display: block;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


/* DROPCART */
.dropcart {
  width: 320px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  border-radius: 1.5px;
  padding: 24px;
  color: #262626;
}

.dropcart__list {
  list-style: none;
  padding: 0;
  margin: -8px 0 0;
}

.dropcart__divider {
  height: 1px;
  background: #ebebeb;
  margin: 8px 0;
}

.dropcart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropcart__item-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
}

.dropcart__item-info {
  padding: 4px 0 5px;
  margin: 0 10px;
}

.dropcart__item-name {
  font-size: 15px;
  line-height: 18px;
}

.dropcart__item-name a {
  color: inherit;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.dropcart__item-name a:hover {
  color: #0064f0;
}

.dropcart__item-features {
  list-style: none;
  padding: 0;
  margin-top: 2px;
  font-size: 13px;
  line-height: 17px;
  color: #6c757d;
}

.dropcart__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4px;
}

.dropcart__item-remove {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border: none;
  fill: currentColor;
  background-color: #fff;
  color: #ccc;
}

.dropcart__item-remove:hover {
  background-color: #f2f2f2;
  color: #999;
}

.dropcart__item-remove:active {
  background-color: #ebebeb;
  color: #808080;
}

[dir=ltr] .dropcart__item-remove {
  margin-right: -13px;
}

[dir=rtl] .dropcart__item-remove {
  margin-left: -13px;
}

.dropcart__item-remove:focus {
  outline: none;
}

.dropcart__item-quantity,
.dropcart__item-price {
  position: relative;
  height: 16px;
  z-index: 0;
  font-size: 11px;
  padding: 1px 10.82352px 0;
}

.dropcart__item-quantity:before,
.dropcart__item-price:before {
  position: absolute;
  display: block;
  content: '';
  width: calc(100% - 5.82352px);
  height: 100%;
  top: 0;
  z-index: -1;
  border-radius: 2.5px 3px;
}

[dir=ltr] .dropcart__item-quantity:before, [dir=ltr] .dropcart__item-price:before {
  left: 0;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

[dir=rtl] .dropcart__item-quantity:before, [dir=rtl] .dropcart__item-price:before {
  right: 0;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.dropcart__item-quantity {
  color: #fff;
  font-weight: 500;
}

@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {
  .dropcart__item-quantity {
    font-weight: 400;
  }
}

[dir=ltr] .dropcart__item-quantity {
  padding-left: 6px;
  margin-right: -2.82352px;
}

[dir=rtl] .dropcart__item-quantity {
  padding-right: 6px;
  margin-left: -2.82352px;
}

.dropcart__item-quantity:before, .dropcart__item-quantity:after {
  background: #1a79ff;
}

.dropcart__item-quantity:after {
  position: absolute;
  display: block;
  content: '';
  width: 8.32352px;
  height: 100%;
  top: 0;
  z-index: -1;
}

[dir=ltr] .dropcart__item-quantity:after {
  left: 0;
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}

[dir=rtl] .dropcart__item-quantity:after {
  right: 0;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
}

.dropcart__item-price {
  color: #262626;
  font-weight: 500;
}

.dropcart__item-price:before {
  background: #ebebeb;
}

.dropcart__totals {
  font-size: 15px;
  margin-top: 18px;
  margin-bottom: 24px;
}

.dropcart__totals table {
  width: 100%;
}

.dropcart__totals th, .dropcart__totals td {
  padding: 0;
}

.dropcart__totals th {
  font-weight: 500;
}

[dir=ltr] .dropcart__totals td {
  text-align: right;
}

[dir=rtl] .dropcart__totals td {
  text-align: left;
}

.dropcart__totals tr+tr>* {
  padding-top: 4px;
}

.dropcart__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropcart__actions>* {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

[dir=ltr] .dropcart__actions>*+* {
  margin-left: 8px;
}

[dir=rtl] .dropcart__actions>*+* {
  margin-right: 8px;
}

.post-card {
  height: 100%;
}

.page-item.active .page-link {
  border-color: var(--accent);
}

.product-card__image {
  width: auto !important;
}

@media screen and (min-width: 576px) {
  [dir="ltr"] .products-list[data-layout="table"] .product-card .product-card__name {
    border-left: 1px solid #ebebeb;
    padding: 0 18px;
  }

  .products-list[data-layout="table"] .product-card .product-card__info {
    padding: 0;
    flex-direction: row;
  }

  .products-list[data-layout="table"] .product-card .product-card__meta {
    width: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  [dir="ltr"] .products-list[data-layout="table"] .product-card .product-card__info {
    border: none;
  }
}


@media screen and (max-width: 992px) {
  .topbar {
    padding-top: 0 !important;
  }
}

.block-banners__item {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
}

.default-slider .owl-dots {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.default-slider .owl-dot:focus {
  outline: none;
}

.default-slider .owl-dot:before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: rgba(204, 204, 204, 0.7);
  margin: 5px;
  transition: background .12s;
}

.default-slider .owl-dot:hover:before {
  background: rgba(179, 179, 179, 0.7);
}

.default-slider .owl-dot:active:before {
  background: rgba(153, 153, 153, 0.7);
}

.default-slider .owl-dot.active:before {
  background: var(--accent);
}

.banner-slider {
  margin: 0;
  padding-bottom: 40px;
}

.banner-slider .block-banners__item {
  margin: 0;
}

.no-p-mg p {
  margin: 0;
}

.js-youtube-slide {
  background-size: cover;
  background-position: center;
}

.page-up {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 1000;
  cursor: pointer;
  padding: 10px;
  background: #1a79ff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: transform .3s;
}

.page-up:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  color: #fff;
}


@media screen and (max-width: 992px) {
  .page-up  {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }

  .page-up svg {
    width: 1em;
    height: 1em;
  }
}

.fancybox-error {
  display: none!important;
}


#checkout-form-submit.disabled {
  background: #1a79ff!important;
}