@keyframes alert {
  0% {
    opacity: 0;
    top: 90%;
    z-index: 100;
  }
  20% {
    opacity: 1;
    top: 153px;
    z-index: 100;
  }
  95% {
    opacity: 1;
    top: 153px;
    z-index: 100;
  }
  /*100% {opacity: 1;top: 153px;z-index: 100;}*/
  100% {
    opacity: 0;
    top: 153px;
    z-index: 0;
  }
}
.alert {
  position: fixed;
  top: 153px;
  opacity: 0;
  /*opacity: 1;*/
  right: 50px;
  z-index: 0;
  /*z-index: 100;*/
  -webkit-animation-name: alert;
  -moz-animation-name: alert;
  -o-animation-name: alert;
  animation-name: alert;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  line-height: 24px;
}
.alert a {
  background: none;
  font-weight: 700;
  text-decoration: underline;
}
.alert a:hover {
  background: none;
  color: #1a66ff;
}
.alert button.close {
  top: -10px;
  right: -10px;
  position: relative;
}
.pull-right {
  text-align: right;
}
div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}
#header_login .warning {
  color: red;
  font-size: 12px;
}
.products-list__item .product-card .buttons-new-wishlist {
  top: 0;
}
.products-list__item .product-card .buttons-new-compare {
  top: 30px;
}
.products-list__item .product-card .product-card__name a {
  display: block;
  height: 40px;
  overflow: hidden;
}
.more-hide {
  max-height: 385px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.more-hide span.view-more {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  width: 99%;
  text-align: end;
  padding: 5px;
  background-color: white;
  box-shadow: 0px -5px 10px white;
}
.more-hide span.view-more:hover {
  color: seagreen;
}
.more-hide.full-text {
  max-height: none;
}
.more-hide.full-text span.view-more {
  position: unset;
  display: block;
  padding-top: 20px;
}
@media (max-width: 420px) {
  .indicator--mobile .indicator__area {
    padding: 0 5px;
  }
}
#product-image a.video-youtube .icon-youtube {
  position: absolute;
  height: 40px;
  width: 40px;
  opacity: 0.6;
  top: 43%;
  left: 47%;
}
#product-image a.video-youtube:hover .icon-youtube {
  opacity: 1;
}
#product-carousel .product-video .icon-youtube {
  position: absolute;
  height: 20px;
  width: 20px;
  opacity: 0.8;
  top: 38%;
  left: 34%;
}
#product-carousel .product-video:hover .icon-youtube {
  opacity: 1;
}
.pswp__zoom-wrap iframe {
  margin: 5% 10%;
  width: 80%;
  height: 80%;
}
@media (max-width: 600px) {
  .pswp__zoom-wrap iframe {
    margin: 53% 0;
    width: 100%;
    height: 40%;
  }
}
/* site-header__language */
.site-header__language {
  margin-left: 30px;
}
.site-header__language .topbar__item {
  height: 42px;
}
/* site-header__phone */
.site-header__phone {
  position: relative;
  margin-left: 30px;
}
.site-header__phone .site-header__phone-mail a {
  color: #999;
}
.site-header__phone .site-header__phone-number {
  margin-top: 5px;
}
.site-header__phone .site-header__phone-number.hidden {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  right: 0;
}
.site-header__phone .site-header__phone-number a {
  color: #333;
}
.site-header__phone:hover .site-header__phone-number.hidden {
  opacity: 1;
  transition: all 0.3s;
}
.menu--layout--topbar {
  width: auto;
}
/* mobile-header__body-bottom */
.mobile-header--stuck .mobile-header__panel {
  will-change: unset;
}
/* .mobile-header {
  height: 90px;
} */
.mobile-header__body-bottom {
  height: 35px;
  padding: 0 0 5px 0;
  flex-direction: row;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.mobile-header__body-bottom .mobile-category-menu .mobile-header__menu-button {
  width: auto;
  height: auto;
  padding: 2px 10px;
  background-color: white;
  margin-bottom: 1px;
  border-radius: 14px;
  color: #333;
}
.mobile-header__body-bottom .topbar-dropdown__body {
  top: 0;
}
.mobile-header__body-bottom .topbar-dropdown__body .menu__list .menu__item a.menu__item-link {
  padding: 8px 5px 8px 5px;
  text-align: center;
}
.mobile-links--level--0 > .mobile-links__item > .mobile-links__item-title {
  height: fit-content;
}
@media (max-width: 991px) {
  .product-tabs--stuck .product-tabs__item {
    padding: 8px 3%;
  }
  @keyframes c {
    0% {
      transform: translateY(0);
    }
    to {
      transform: translateY(85px);
    }
  }
}
.product-tabs__item.product-tabs__item--active {
  color: #333;
  font-weight: 700;
}
.product-tabs__item {
  color: #acbfbf;
  font-size: 16px;
  font-weight: 700;
}
#button-review {
  background-color: #fa5f55;
  border-color: #fa5f55;
}
#simplecheckout_cart .quantity .btn-primary {
  background: #fa5f55 !important;
  border-color: #fa5f55 !important;
}
.product__actions-item.product__actions-item--addtocart #button-cart {
  background-color: #fa5f55;
  border-color: #fa5f55 !important;
  color: #fff;
}
/* .product-card.product-card--hidden-actions .product-card_btns {
  display: none;
} */
@media (max-width: 991px) {
  .product-card.product-card--hidden-actions .product-card_btns {
    display: block;
    font-size: 16px!important;
    height: 32px!important;
  }
  .btn.btn-primary.product-card__addtocart {
    width: 168px!important;
  }
}
/* .product-card.product-card--hidden-actions:hover .product-card_btns {
  display: inline-block;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 75px;
  display: block;
    font-size: 16px!important;
    height: 32px!important;

} */
.product-card_btns {
  background-color: #fff;
  border-color: #fa5f55 !important;
  color: #333;
  outline-style: none!important;
  outline-width: 0px !important;
  outline-color: none !important;
  outline: none!important;
  border: 2px solid #fa5f55 !important;
  width: 168px;
  position: relative;
  height: 32px!important;
}
.product-card--hidden-actions .product-card__buttons {
  display: flex!important;
}
.product-card_btns:focus {
  outline-style: none;
  outline-width: 0px !important;
  outline-color: none !important;
}
.product-card_btns:focus-visible {
  outline-style: none;
  outline-width: 0px !important;
  outline-color: none !important;
}
.product-card_btns:hover {
  background-color: #fa5f55;
  border-color: #fa5f55 !important;
  color: #fff;
}
#simplecheckout-cart-total.simplecheckout-cart-buttons #simplecheckout_button_cart {
  background: #fa5f55 !important;
  border-color: #fa5f55 !important;
}
.mobile-header__logo img {
  object-fit: contain;
}
#simplecheckout_button_confirm {
  background: #fa5f55 !important;
  border-color: #fa5f55 !important;
}
/* .compare-table .relative{} */
.compare-table .relative .btn.btn-primary {
  background-color: #fa5f55;
  border-color: #fa5f55;
  /* position: absolute;
  bottom: 12px;
  right: 33%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; */
}
.only-differences .btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  border-color: #6385FD;
  background: #6385FD;
}
.dropcart__body .dropcart__buttons .btn-primary {
  background: #fa5f55;
  border-color: #fa5f55;
}
.products-list[data-layout^=grid-] .product-card .product-card__actions {
  /*   padding: 20px 24px 24px; */
  margin-top: 14px;
}
/* .block-products-carousel__slider .product-card__actions{
margin-top: 34px;
} */
.btn.btn-primary.product-card__addtocart {
  background: #fa5f55;
  border-color: #fa5f55;
  color: #fff;
  width: 168px;
}
.btn.btn-primary.product-card__addtocart:hover {
  background-color: rgba(250, 95, 85, 0.8);
}
.product-card__name a {
  display: block;
  height: 40px;
  overflow: hidden;
}
.product__actions .product__actions-item.product__actions-item--one_click {
  width: 100%;
  max-width: 360px;
}
.product__options .product__actions .product__actions-item.product__actions-item--one_click button {
  width: 100%;
  color: #fa5f55;
  background-color: white;
  border-color: #fa5f55;
  font-size: 15px;
}
.product__actions .product__actions-item.product__actions-item--one_click button {
  width: 100%;
  color: black;
  background-color: white;
  font-size: 15px;
}
.block-products-carousel[data-layout^=grid-] .product-card .product-card__actions {
  padding: 16px 24px 24px;
  /*   margin-top: 34px; */
}
@media (max-width: 400px) {
  .product__actions .product__actions-item .product__quantity {
    width: 100px;
  }
}
.product-card__badges-list {
  z-index: 2;
}
.product-card__badges-list .product-card__badge.product-card__badge--popular {
  background: orange;
  color: #fff;
}
/* .product-card__badges-list .product-card__badge.product-card__badge--free-delivery {
  color: #fff;
} */
.product-card__badges-list .product-card__badge.product-card__badge--default {
  background: gray;
  color: #fff;
}
.related-products-in-cat .widget-products {
  padding: 20px 5px 20px 20px;
}
.related-products-in-cat .widget-products .widget-products__list {
  max-height: 340px;
  overflow: auto;
}
.related-products-in-cat .widget-products .widget-products__list .widget-products__item .widget-products__info .widget-products__name {
  max-height: 30px;
  overflow: hidden;
}
.related-products-in-cat .widget-products .widget-products__list::selection,
.related-products-in-cat .widget-products .widget-products__list::-moz-selection {
  background: inherit;
  color: #f0f0f0;
}
.related-products-in-cat .widget-products .widget-products__list::-webkit-scrollbar {
  width: 5px;
}
.related-products-in-cat .widget-products .widget-products__list::-webkit-scrollbar-track {
  background: inherit;
}
.related-products-in-cat .widget-products .widget-products__list::-webkit-scrollbar-thumb {
  background-color: #f0f0f0;
}
.related-products-in-cat.related-products-in-cat-mobile {
  margin-top: 25px;
}
/* compare */
div.table-responsive table.compare-table tbody tr th {
  text-align: left;
  position: absolute;
  width: 180px;
  height: 231px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
}
div.table-responsive table.compare-table tbody tr td {
  /*width: 150px;*/
  /*max-width: 210px;*/
  /*min-width: 150px;*/
  cursor: grabbing;
}
div.table-responsive table.compare-table tbody tr td.relative {
  position: relative;
}
div.table-responsive table.compare-table tbody tr td .button-remove {
  position: absolute;
  top: 10px;
  right: 10px;
}
div.table-responsive table.compare-table tbody tr td .button-remove a {
  color: red;
}
div.table-responsive table.compare-table tbody tr td .button-remove a:hover {
  color: #ba0000;
}
div.table-responsive table.compare-table tbody tr td.hidden-td {
  width: 180px;
  max-width: 180px;
  min-width: 180px;
}
@media (max-width: 700px) {
  div.table-responsive table.compare-table tbody tr th {
    width: 120px;
    font-size: 13px;
  }
  div.table-responsive table.compare-table tbody tr td.hidden-td {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
  }
}
.compares-menu {
  padding: 10px 0 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: stretch;
}
.compares-menu a {
  background-color: white;
  color: #333;
  margin: 10px 0 10px 0;
}
.compares-menu a.current {
  background-color: #333;
  color: white;
}
/* description for attributes  Lungor_iMan_MOD */
.attr-desc span,
.attr-desc div.spec__name {
  cursor: pointer;
}
.attr-desc:hover span,
.attr-desc:hover div.spec__name {
  color: #000000;
  text-decoration: underline;
}
.attr-desc span i,
.attr-desc div.spec__name i {
  padding-left: 5px;
  opacity: 0.8;
}
.attr-desc .popover {
  min-width: 400px;
  max-width: min-content;
}
.spec__name {
  margin-right: 10px;
}
/* description for attributes  Lungor_iMan_MOD */
/* all-in-one */
.all-in-one .product-navigation .block-header__title {
  font-weight: 700;
  line-height: 1.2;
}
.all-in-one .product-navigation .block-header__groups-list .block-header__group.not-available {
  display: none;
}
.all-in-one .block-products-carousel__slider.tab-content .tab-pane {
  display: none;
}
.all-in-one .block-products-carousel__slider.tab-content .tab-pane.active {
  display: block;
}
.all-in-one .block-products-carousel__slider.tab-content .tab-pane .owl-item {
  /*width: 100%;*/
}
@media (min-width: 319px) {
  .all-in-one .owl-stage .owl-item {
    width: 50%;
  }
}
@media (min-width: 418px) {
  .all-in-one .owl-stage {
    padding-left: 1px;
    padding-right: 1px;
  }
  .all-in-one .owl-stage .owl-item {
    width: 49%;
    margin-right: 1%;
  }
}
@media (min-width: 576px) {
  .all-in-one .owl-stage .owl-item {
    width: 249px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .all-in-one .owl-stage .owl-item {
    width: 222.667px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .all-in-one .owl-stage .owl-item {
    width: 266.5px;
    margin-right: 14px;
  }
}
/* all-in-one */
.block-categories.block-categories--layout--classic .block-categories__list {
  justify-content: space-evenly;
}
/* block-brands__slider */
@media (max-width: 767px) {
  .block-brands__slider .block-brands__item {
    padding: 10px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-brands__slider .block-brands__item {
    padding: 10px 10px;
  }
}
/* dealers-page */
#dealers-map {
  position: relative;
}
#dealers-map .map-content button {
  position: absolute;
  top: 57px;
  right: 17px;
  z-index: 101;
}
#dealers-map .map-content button .close-map {
  display: none;
}
#dealers-map.full .map-content {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
#dealers-map.full .map-content button {
  right: 2px;
}
#dealers-map.full .map-content button .open-map {
  display: none;
}
#dealers-map.full .map-content button .close-map {
  display: block;
}
#dealers-map.full .map-content iframe {
  width: 100%;
  height: 100%;
}
/* contacts */
.contact-us .contact-us__address a {
  font-size: 15px;
  line-height: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
  color: inherit;
  transition: 0.15s;
}
.contact-us .contact-us__address a:hover {
  color: #1a66ff;
}
@media (max-width: 991px) {
  .contact-us {
    flex-direction: column-reverse;
  }
  .contact-us .contact-us__map {
    margin-bottom: 0;
  }
}
div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: lighter;
}
/* account */
.block-2buttons {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .card-body-2 .list-unstyled {
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .card-body-2 .list-unstyled .account-nav__item {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .card-body-2 .list-unstyled .account-nav__item a {
    border-bottom: none;
  }
}
.widget-categories p.widget__title {
  font-weight: 700;
}
.widget-categories .widget-categories__list .widget-categories__item.active {
  background-color: #f2f2f2;
}
.binded-section {
  margin: 10px 0;
}
.binded-section .product__option.binded .binded-products-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.binded-section .product__option.binded .binded-products-list .binded-item {
  margin: 3px;
}
.binded-section .product__option.binded .binded-products-list .binded-item .text {
  height: 32px;
  padding: 0.3125rem 1rem;
  border-radius: 2px;
  background: #f0f0f0;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.2s, color 0.2s;
}
.binded-section .product__option.binded .binded-products-list .binded-item .text:hover {
  background: #e0e0e0;
  color: #333;
}
.site-footer__copyright a {
  color: inherit;
  transition: 0.15s;
  text-decoration: none;
  background-color: transparent;
}
.site-footer__copyright a:hover {
  color: #1a66ff;
  text-decoration: none;
}
.megamenu__body {
  min-height: 400px;
}
.block {
  margin-bottom: 100px;
}
/* new colors */
.nav-panel,
.departments__body,
.totop__button,
.mobile-header__panel {
  background: #36414d;
  border-radius: 2px;
}
.fa-phone-alt:before {
  color: #fa5f55;
}
.fa-clock:before {
  color: #fa5f55;
}
.totop__button:hover {
  background: #fa5f55;
}
.totop__button {
  background: #fa5f55;
}
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
  border-color: #2d2d2d;
  background: #2d2d2d;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  border-color: #2d2d2dbd;
  background: #2d2d2dbd;
}
a {
  color: #5c6b73;
}
.product-card__name a:hover,
a:hover,
.footer-links__list a:hover,
.site-footer__copyright a:hover,
.megamenu__links--level--1 > .megamenu__item > a:hover,
.megamenu__links a:hover,
.category-card__name a:hover,
.post-card__name a:hover,
.category-card__links a:hover,
.widget-products__name a:hover,
.widget-categories__row a:hover,
.widget-categories__subs a:hover,
.contact-us .contact-us__address a:hover,
.dropcart__product-name a:hover,
.breadcrumb-item a:hover {
  /*color: #1a66ff;*/
  color: #2d2d2d;
}
.site-header__logo a {
  color: inherit;
}
li.mega-menu__divider {
  height: 1px;
  background: #57a278;
  width: 80%;
  margin-left: 6%;
}
#simplecheckout_button_confirm span {
  color: #fff;
}
/* new colors */
/* SERHEY */
/* .product-card__badge.product-card__badge--free-delivery{
  background: #9f9191;
} */
.product-card__new-price {
  color: #333;
}
ul li.mega-menu__divider {
  background: #9f9191;
}
li.departments__item {
  background-color: #36414d;
}
.departments__submenus-container {
  background: #36414d;
}
.product-card__flex {
  width: 55%;
}
/* .arb__header-btn{
  background: #626262;
  border-radius: 10px;
} */
.departments__button {
  background: #424d58;
  border-radius: 10px;
}
#button-cart-triger {
  border-color: #fa5f55;
  background: #fa5f55;
}
.new-compare {
  margin-left: auto;
  margin-right: unset!important;
}
.product-card__prices {
  display: flex;
  align-items: flex-end;
}
.product-card__difference {
  font-size: 12px;
  display: inline-block;
  color: #d95b5b;
  font-weight: 700;
}
.product-card__economy {
  margin-left: 10px;
}
.product-card__badge--sale {
  background: linear-gradient(to left top, #ff5252, #6b93f9);
  color: #fff;
  border-radius: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}
.delivery__product {
  top: 55px;
  border-radius: 100px;
  padding: 5px;
  background: linear-gradient(to left top, #ff5252, #f9f16b);
}
.product-card__badge--free-delivery img {
  width: 20px!important;
  height: 20px!important;
}
.inner__serwices-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 15px;
  margin-top: 30px;
}
.inner__serwices-item {
  border-radius: 2px;
  box-shadow: inset 0 0 0 2px #f2f2f2;
  min-height: 60px;
  max-width: 100%;
}
.inner__serwices-item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.inner__serwices-title {
  margin-top: 30px;
}
.home-t {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 576px) {
  .inner__serwices-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .home-t {
    font-size: 24px;
  }
  .footer-contacts__contacts {
    text-align: left;
  }
  .footer-contacts__contacts .header__viber {
    width: 25px;
    height: 25px;
  }
}
.header__viber {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition: all 0.4s ease;
  transform: scale(1);
}
.header__viber:hover {
  transform: scale(1.2);
  transition: all 0.4s ease;
  border-radius: 100%;
}
.site__footer .header__viber img {
  object-fit: contain;
}
.header__viber img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__info-flex {
  display: flex;
  align-items: center;
}
.header__info-text {
  position: relative;
  color: #fa5f55;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}
.header__info-text::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1.3px;
  background-color: #fa5f55;
  width: 100%;
  /*   display: inline-block;
  content: "";
  clear: both;
  width: 0%;
  height: 2px;
  background-color: red;
  position: absolute;

  left: 0%;
  bottom: -6px; */
}
.block-header__title .label {
  color: #707070;
}
.block-header__title {
  color: #707070;
}
.footer-contacts__title {
  color: #fa5f55;
}
.footer-links__title {
  color: #fa5f55;
}
.block-header__group--active,
.block-header__group--active:focus,
.block-header__group--active:hover {
  box-shadow: inset 0 0 0 2px #fa5f55;
}
/* .header__info-text:hover:before {
  width: 100%;
} */
.header__info-text::before {
  transition: width 0.35s;
}
/* .header__info-text:hover::after{

  display: inline-block;
  content: "";
  clear: both;
  width: 100%;
  height: 2px;
  background-color: red;
  position: absolute;
  top: 0px;
  left: 100%;
  bottom: -6px;
} */
.inner__serwices-size-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, 50px);
  grid-template-rows: auto;
  gap: 8px;
}
.inner__serwices-size-item {
  border-radius: 8px;
  background: #e7dbdd;
  height: 40px;
  max-width: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.inner__serwices-size-item.active {
  background-color: #ff2626;
  color: #fff;
  transition: all 0.3s linear;
}
.inner__serwices-size-item.active:hover {
  color: #fff;
}
.inner__serwices-size-item:hover {
  color: #333;
}
.inner__serwices-size {
  margin: 20px auto;
}
.inner__serwices-size-title {
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .product-card__flex {
    width: 55%;
  }
}
.pt-options-swatch li {
  list-style-type: none;
}
.pt-options-swatch {
  display: grid;
  grid-template-columns: repeat(auto-fill, 50px);
  grid-template-rows: auto;
  gap: 8px;
  padding-left: 0px;
}
.pt-options-swatch.size-middle li a:not([class^=options-color]) {
  padding: 4px 7px;
  height: 44px;
  font-size: 16px;
}
.pt-options-swatch li a:not([class^=options-color]):before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ebebeb;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.pt-options-swatch li a:not([class^=options-color]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  border: none;
  min-width: 44px;
  height: 22px;
  font-size: 13px;
  line-height: 16px;
  padding: 5px 3px 3px;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.pt-options-swatch:not([class^=size-]) li.active a:not([class^=options-color]):before {
  border-width: 2px;
  border-color: #333;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.pt-options-swatch:not([class^=size-]) li.active a {
  color: #333;
  font-weight: 700;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.new-mb {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .topbar-dropdown__btn {
    display: none;
  }
  .mob-info .header__viber {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 796px) {
  .footer__payments {
    margin: 0 auto;
    order: -1;
    margin-bottom: 24px;
  }
  .one-click {
    font-size: 0.8125rem;
    height: calc(1.5rem + 2px);
    line-height: 1.25;
    padding: 0.25rem 0.5625rem;
    font-weight: 500;
    background: #fff;
    /* border-color: #fa5f55; */
    color: #fff;
    border: 2px solid #fa5f55;
    width: 168px;
    color: #333;
    display: none;
  }
  .one-click:focus {
    outline: #fa5f55;
  }
}
@media (min-width: 796px) {
  .one-click {
    display: inline-block;
    align-items: center;
    text-align: center;
    border: 2px solid #fa5f55;
    font-size: 0.875rem;
    height: calc(1.875rem + 2px);
    line-height: 1.25;
    padding: 0.375rem 1rem;
    font-weight: 500;
    outline: none!important;
    border: 2px solid #fa5f55 !important;
    width: 168px;
    background-color: #fff;
    display: none;
  }
  .one-click:focus {
    outline: #fa5f55;
  }
}
@media (max-width: 575px) {
  .one-click {
    font-size: 0.8125rem !important;
    height: calc(1.5rem + 2px) !important;
    line-height: 1.25 !important;
    padding: 0.25rem 0.5625rem !important;
    font-weight: 500!important;
  }
  /*   .product-card.product-card--hidden-actions:hover .product-card_btns{
    display: block;
    font-size: 16px!important;
    height: 32px!important;

  } */
}
/* Применение стилей на мобильных устройствах с шириной экрана менее 768 пикселей */
/* .product-card.product-card--hidden-actions:hover .one-click {
  display: inline-block;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 75px;
  font-size: 0.875rem;
  height: calc(1.875rem + 2px);
  line-height: 1.25;
  padding: 0.375rem 1rem;
  font-weight: 500;
} */
.footer__payments {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__payment-item {
  margin-left: 20px;
}
.footer__payment-item img {
  height: 20px!important;
  width: auto;
}
@media (max-width: 392px) {
  .mob-info .header__info-text {
    color: #2d2d2d;
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .mob-info .header__viber {
    margin-right: 4px;
    font-size: 10px;
  }
}
.button_oc.btn {
  color: #fff;
}
/* .product-card__actions-right {
  padding: 0 0px 24px 24px!important;
} */
.block-slideshow--layout--with-departments .block-slideshow__body {
  height: 447px;
}
.block-slideshow--layout--with-departments .block-slideshow__slide {
  height: 447px;
}
.product-card__availability .text-success {
  display: block;
}
.product-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 18px 5px;
  min-height: 49px;
}
.product-card .product-card__availability {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  align-self: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 13px;
}
@media (max-width: 576px) {
  .product-card .product-card__availability {
    max-width: 57%;
    margin-left: auto;
  }
}
@media (max-width: 385px) {
  .product-card .product-card__availability {
    max-width: 67%;
  }
}
.text-success_title {
  color: red;
  display: block;
}
/* .text-success_title-prod {
  color: orange;
} */
.stock-status-9 {
  color: orange;
}
.stock-status-5 {
  color: red;
}
.position-unset {
  position: unset!important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.product-gallery__featured .position-unset {
  position: absolute!important;
}
@media (max-width: 991px) {
  .block-slideshow__slide-image--desktop {
    display: none;
  }
}
@media (max-width: 796px) {
  #slideshow0 {
    margin-bottom: 50px!important;
  }
}
.indicator--mobile {
  padding-left: 6px;
}
.indicator--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.account-title {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .block-slideshow__slide-button {
    margin-top: 306px;
  }
  .footer-links__list li {
    text-align: left;
  }
}
.simplecheckout-cart-total-del {
  color: #28a745;
  padding-right: 25px;
}
/* .mobilemenu__content.menu-link{
  position: fixed;
  z-index: 22;
  top: 54px;
  background: antiquewhite;
  width: 290px;
} */
.mobilemenu__content.menu-link.hidden-show {
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
  height: 100%;
}
.mobilemenu__content.menu-link {
  transform: translateX(0%);
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 1;
  height: 100%;
  bottom: 0px;
  position: absolute;
  width: 100%;
  background: #fff;
}
.mobilemenu__content.menu-category {
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
  overflow-y: scroll;
}
.mobilemenu__body {
  bottom: 0px;
  /*   overflow-y: scroll;
  overflow-x: scroll; */
  overflow: hidden;
  top: 100px;
  height: auto!important;
  transition: 0.5s ease-in-out;
}
.hidden-catalog .class-new-cats {
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transform: translateX(0%);
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 15555555555555555555555555555555555555555555555555550;
}
.mobilemenu__content.menu-category.hidden-catalog {
  opacity: 1;
  overflow-x: hidden;
  overflow-y: scroll;
  height: auto;
  z-index: 444;
  transform: translateX(0%);
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  left: 0;
}
.mobilemenu__content.menu-category .hidden-catalog .mobile-links.mobile-links--level--0 {
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.hidden-catalog .mobile-links.mobile-links--level--0 {
  /* overflow: hidden; */
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.mobilemenu__content.menu-category .hidden-catalog .mobile-links.mobile-links--level--0 {
  transform: translateX(0%);
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  left: 0;
  top: 0;
}
/* .show-category .mobilemenu__content.menu-category.hidden-catalog{
  background-color: red;
  transform: translateX(-100%);
}
 */
.mobile-links .mobile-links--level--0 .class-new-cats {
  transform: translateX(0%);
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.hidden-catalog .mobile-links .mobile-links--level--0 .class-new-cats {
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.form-group.row-shipping_field23 {
  margin-top: 20px;
}
.mobile-links__item-toggles {
  border: none;
  background: transparent;
  padding: 0;
  width: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: inherit;
  fill: #fff;
  transition: fill 0.2s;
  /* border-left: 1px solid #ebebeb; */
  transform: rotate(266deg);
  outline: none;
  position: absolute;
  top: 28px;
  right: 0px;
}
.mobile-links__item-toggles:focus {
  outline: none;
}
.mobile-header__panel {
  z-index: 1005000!important;
}
/* .mobilemenu, .mobilemenu__backdrop {
    top: 305px!important;

} */
.mobilemenu {
  /*   top: unset; */
  z-index: 1000;
}
.mobilemenu__titles1 {
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
  font-weight: 700;
  background-color: #fa5f55;
  color: #fff;
}
.mobilemenu__title-child {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
  font-weight: 700;
}
.decoration-under {
  text-decoration: underline;
}
.mobilemenu__content.menu-category.hidden-catalog .mobile-links__item-toggles {
  fill: #999;
}
.class-new-cats .mobile-links__item {
  position: relative;
}
.mobile-links__item-title.title-child {
  padding: 12px 20px;
}
.mobile-links.mobile-links--level--0--3 {
  display: none;
}
.mobile-links__item.mobile-links__item--open .item-child-category {
  transform: translateX(0%) !important;
}
.burger-btn--open-show {
  transform: translateX(0%) !important;
}
/* .hidden-catalog .mobile-links__item{
  transform: translateX(100%)!important;
} */
.mobile-links__item.mobile-links.item--open.item-child-category {
  transform: translateX(100%) !important;
}
/* .item-child-category .mobile-links__item-sub-links{
  transform: translateX(100%)!important;
} */
.mobile-links__item.mobile-links__item--open.item-child-category.transform-child {
  transform: translateX(0%) !important;
}
.hidden-catalog .mobile-links__item-toggles {
  position: absolute;
  top: 30px;
  left: -6px;
  transform: rotate(86deg);
}
.mobilemenu__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.hidden-catalog .mobile-links__item-link {
  padding: 12px 20px;
  flex-grow: 0!important;
}
.main-background {
  /*  background: #333;
  opacity: 0;
  transition: opacity .3s;
  opacity: .9;
  width: 100%;
  height: 100%; */
}
.burger-btn .burger .burger__rect {
  transition: opacity 0.45s, transform 0.45s;
}
.burger-btn--open .burger__rect--one {
  transform: rotate(45deg) translate(5%, -21%) scale(1.3);
}
.burger-btn .burger .burger__rect {
  transition: opacity 0.45s, transform 0.45s;
}
.burger-btn--open .burger__rect--two {
  opacity: 0;
}
.burger-btn .burger .burger__rect {
  transition: opacity 0.45s, transform 0.45s;
}
.burger-btn--open .burger__rect--three {
  transform: rotate(-45deg) translate(-64%, -37%) scale(1.3);
}
.burger {
  background: #36414d;
  width: 20px;
}
.burger-btn.icon-btn.mobile-header__menu-button {
  /* background: #2d2d2d; */
  background: #36414d;
}
.account-menu__form-button button {
  border-color: #36414d;
  background: #36414d;
}
.modal-footer button {
  border-color: #36414d;
  background: #36414d;
}
.overflow_hidden {
  overflow: hidden;
}
.mobile-hidden .mobilemenu__body {
  top: 52px!important;
}
.mobilemenu__body {
  bottom: 0px;
  overflow: hidden;
  top: 50px;
  height: auto!important;
  transition: 0.5s ease-in-out;
}
.overflow_hidden_main {
  overflow: hidden;
}
.test.transform-category-child .mobile-links__item-sub-links {
  visibility: visible!important;
  /* overflow: hidden; */
  height: 100%!important;
  /* opacity: 0; */
  position: absolute;
  opacity: 1;
}
.test.transform-category-child {
  transform: translateX(0%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 55555555555555555555;
  background: #fff;
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
}
.mobile-links__item.btn--open-show-category-child .mobile-links.show-cat-type.show-cat {
  transform: translateX(0%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 55555555555555555555;
  background: #fff;
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mobile-links__item.btn--open-show-category-child {
  transform: translateX(0%);
  position: absolute;
  top: -65px;
  left: 0;
  z-index: 55555555555555555555;
  background: #fff;
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.title-child.title-child-active {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
  font-weight: 700;
}
/* .mobile-links--level--1 .mobile-links__item-title.title-child{
  padding: 12px 20px;
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}
 */
.mobile-links__item-link.title-child-active {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
  font-weight: 700;
}
/* .show-cat .mobile-links__item{
  transform: translateX(100%);
  transition: transform 0.3s
} */
.mobile-links.mobile-links--level--1.show-cat-type.show-cat {
  transform: translateX(100%);
  transition: transform 0.3s;
}
/* .mobile-links__item-title.title-child{
   transform: translateX(100%);
  transition: transform 0.3s
} */
.mobile-links__item.btn--open-show-category-child .mobile-links__item-sub-links {
  opacity: 1;
  transition: height 0.3s, opacity 0.3s, visibility 0s 0.3s;
  visibility: visible;
  transform: translateX(0%);
  transition: transform 0.3s;
  height: 100%;
  position: fixed;
  left: 0px;
  /*   z-index: 44444444444444444444444444444444444444444444444444444444444444444444444; */
  width: 100%;
}
.hidden-catalog .display-none-title {
  transform: translateX(100%);
  transition: transform 0.3s;
  text-align: center;
  padding: 20px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0px;
  /*   display: none; */
}
.mobile-links__item-title.display-none-title.title-child .mobile-links__item-link {
  padding: 0px;
}
.mobilemenu__content.menu-category.hidden-catalog .mobile-links__item-toggles {
  fill: #333333;
}
.display-none-title.title-child {
  transform: translateX(0%);
  transition: transform 0.3s;
}
.hidden-catalog .display-block-title.title-child {
  transform: translateX(100%);
  transition: transform 0.3s;
  /*  display: none; */
}
.mobile-links__item-title.display-none-title.title-child .mobile-links__item-toggle {
  transform: rotate(90deg);
}
.mobilemenu__content.menu-category.disp-none.hidden-catalog {
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
  height: 100%;
}
.test-menu.child-transform-left.title-child-34 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: 1111116666666666;
  overflow: hidden;
}
.child-row-ul {
  text-align: center;
  padding: 0px 20px 0px 0px;
  border-bottom: 1px solid #ebebeb;
  font-weight: 700;
}
.mobile-links__item-toggle-child {
  position: absolute;
  top: 30px;
  left: 24px;
  transform: rotate(86deg);
  border: none;
  background: transparent;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.test-menu.child-transform-left.title-child-34 {
  opacity: 1!important;
}
.div--rows {
  opacity: 0;
  display: none;
}
.div--rows.child-transform-left {
  opacity: 1;
  width: 100%;
  height: 50px;
  z-index: 5555;
  display: block;
}
.mobilemenu__content.menu-category.hidden-catalog.transform-category--level-3 {
  opacity: 1;
  overflow-x: hidden;
  overflow-y: scroll;
  height: auto;
  z-index: 444;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  left: 0;
}
.child-link {
  padding: 12px 20px;
  flex-grow: 1;
  color: #333;
  font-weight: 300;
}
.site {
  overflow: hidden;
}
.child-row-title {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
  font-weight: 700;
  width: 94%;
}
.site__body {
  overflow: hidden;
}
.child-row-ul-level-1 li {
  list-style-type: none;
}
.child-row-li-level-1 {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  margin-left: 0px;
  padding-left: 0px;
  width: 290px;
}
.child-row-li-level-1 div {
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  cursor: pointer;
}
.test-menu.title-child-34 {
  /* height: 100%; */
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.child-row-ul-level-1 {
  padding-left: 0px;
  /*  overflow: scroll; */
  /*  overflow-x: hidden;
  overflow-y: auto; */
}
.btn-lang-open {
  border: none;
  background: transparent;
  padding: 0;
  width: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: inherit;
  fill: #999;
  transition: fill 0.2s;
  border-left: 1px solid #ebebeb;
  outline: none;
}
.btn-lang-open:focus {
  outline: none;
}
.scroll-rows {
  position: relative;
}
.menu-category-child {
  opacity: 1;
  z-index: 444;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  left: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}
.transform-category-child-1 .menu-category-child.transform-category-child {
  transform: translate(100%);
}
.menu-category-child.transform-category-child {
  opacity: 1;
  HEIGHT: 100%;
  OVERFLOW: SCROLL;
  z-index: 444;
  transform: translateX(0%);
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
  /*  display: block; */
}
.pswp {
  z-index: 5000000000;
}
.hidden-catalog .mobile-links__item-title.display-block-title {
  position: relative;
}
.display-block-title .right-btns {
  position: absolute;
  right: 0px;
  top: 20px;
  transform: rotate(267deg);
}
.div .mobile-links__item-link {
  padding: 0px;
}
.div {
  display: inline;
  padding: 12px 36px 12px 20px;
}
@media (max-width: 767px) {
  .product-card .product-card__buttons .btn {
    width: 120px;
  }
}
.site__body {
  overflow: hidden;
}
.site {
  overflow: hidden;
}
@media (max-width: 576px) {
  .form-group.product__option .product__actions {
    flex-wrap: wrap;
    /* margin: 7px; */
    justify-content: space-between;
  }
  .product__actions .product__actions-item.product__actions-item--one_click {
    width: 100%;
    max-width: 100%;
  }
  /*  .product__actions-item.product__actions-item--addtocart .btn-lg{
    padding: 0.375rem 1.25rem;
  } */
  .product__actions .product__actions-item {
    margin-left: -4px;
  }
}
@media (max-width: 374px) {
  .product__actions-item.product__actions-item--addtocart .btn-lg {
    padding: 0.175rem 0.25rem;
  }
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.delivery-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}
.del-descr-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.del__icon-product img {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
  object-fit: cover;
}
.del__content-product {
  font-size: 12px;
  margin-left: 20px;
  color: #6c757d;
}
.del-descr-row:not(:last-child) {
  margin-bottom: 20px;
}
.card {
  border: unset!important;
}
.binded-section .product__option.binded .binded-products-list .binded-item.current {
  cursor: default;
  cursor: pointer;
  display: block;
  box-shadow: inset 0 0 0 1px #fa5f55;
  padding: 12px;
  border-radius: 2px;
}
.binded-section .product__option.binded .binded-products-list .binded-item {
  cursor: default;
  cursor: pointer;
  display: block;
  padding: 12px;
  border-radius: 2px;
}
.pt-options-swatch.size-in-product li a {
  height: 32px;
  padding: 8px 3px;
  /*background-color: #f3f3f3;*/
}
.pt-options-swatch.size-in-product li a:before {
  /*border: none;*/
}
.pt-options-swatch.size-in-product li.active a {
  /*background-color: #e1e1e1;*/
}
.description-text {
  margin-bottom: 10px;
}
/* compare */
.btn-light.product-in-compare:not(:disabled):not(:hover):not(.disabled).active {
  border-color: white;
  background: white;
}
.indicator-compares-d .account-menu {
  width: auto;
}
.only-differences {
  text-align: right;
  padding-bottom: 10px;
}
.only-differences button {
  font-weight: 400;
  font-size: 14px;
  padding: 0.3rem 1rem;
  height: auto;
}
.only-differences #onlyDifferences {
  width: 240px;
}
.only-differences #onlyDifferences span.deactivated {
  display: block;
}
.only-differences #onlyDifferences span.activated {
  display: none;
}
.only-differences #onlyDifferences.active span.deactivated {
  display: none;
}
.only-differences #onlyDifferences.active span.activated {
  display: block;
}
@media (max-width: 760px) {
  .hidden-text-in-button {
    display: none;
  }
  .only-differences #onlyDifferences {
    width: auto;
  }
}
.compare-lists {
  width: max-content;
}
.compare-lists li.link-compare-lvl1 a {
  font-weight: 400;
  font-size: 14px;
  padding: 4px 20px;
}
.compare-lists li.current a {
  background: #f2f2f2;
}
@keyframes hidden {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.may-be-hidden.hidden-row {
  opacity: 0;
  display: none;
  -webkit-animation-name: hidden;
  -moz-animation-name: hidden;
  -o-animation-name: hidden;
  animation-name: hidden;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@keyframes unhidden {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.may-be-hidden {
  opacity: 1;
  -webkit-animation-name: unhidden;
  -moz-animation-name: unhidden;
  -o-animation-name: unhidden;
  animation-name: unhidden;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.simplecheckout-cart {
  border: unset!important;
}
.simplecheckout-cart-total {
  border: unset!important;
}
.simplecheckout-cart td {
  /* border-bottom: unset!important; */
}
/* compare */
@media (min-width: 991.02px) {
  .cont-cart-row.hidden-carts {
    display: none;
  }
}
@media (max-width: 991px) {
  .cont-cart-row {
    position: fixed;
    bottom: 30px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    width: 75%;
    z-index: 500;
    left: 25px;
  }
  .cont-cart-row .icons-row-footer {
    margin-right: 20px;
  }
  .cont-cart-row .icons-row-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cont-cart-row.hidden-carts.cart-shows {
    display: none;
  }
  .cont-cart-row.hidden-carts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .element-show-carts {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
  }
  .cont-cart-row .product__actions-item--addtocart {
    max-width: 200px;
    width: 100%;
  }
  .cont-cart-row .product__actions-item--addtocart button {
    width: 100%;
  }
  .scroll-inner .cont-cart-row.hidden-carts {
    display: none;
  }
  .cart-scroll .cart-shows {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
  }
}
/*     .prod-row-absolute {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
    }
    .btn.new-compare {
      position: absolute;
      right: 0px;
    }
  */
/*   .prod-row-absolute{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
  } */
.btn.new-compare {
  /*  bottom: 25px; */
  position: absolute;
  right: 70px;
  border: 1px solid white;
  border-radius: 5px;
  padding: 3px 8px;
  background: white;
}
@media (max-width: 1198px) {
  .btn.new-compare {
    bottom: 16px;
  }
}
@media (max-width: 767px) {
  .btn.new-compare {
    right: 60px;
    bottom: 16px;
  }
  /*   .decoration-under {
      text-decoration: unset;
    } */
  .product__meta {
    margin: 4px 0 0;
    padding: 4px 0 0;
    border-top: unset;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .btn.new-compare {
    bottom: 25px;
  }
  .compare-cat .btn.new-compare {
    bottom: 16px;
  }
}
@media (max-width: 575px) and (min-width: 475px) {
  .btn.new-compare {
    right: 50px;
  }
}
@media (max-width: 475px) {
  .spec__name {
    max-width: 150px;
    width: 100%;
  }
  .spec__row .spec__name {
    margin-bottom: 0px;
  }
  .spec__section.flex-row-prod .spec__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 475px) {
  .btn.new-compare {
    bottom: 45px;
  }
  .compare-cat .btn.new-compare {
    bottom: 16px;
  }
  .compare-cat .product-card .product-card__buttons .btn {
    width: 88px;
  }
  .tabfeatured_specified0 .btn.new-compare {
    bottom: 24px;
  }
}
@media (max-width: 419px) {
  .compare-cat .btn.new-compare {
    bottom: 25px;
  }
  .compare-cat .product-card .product-card__buttons .btn {
    width: 120px;
  }
  .product-search .btn.new-compare {
    bottom: 25px;
  }
  .product-search .product-card .product-card__buttons .btn {
    width: 120px;
  }
}
/*   .product-card .product-card__image{
    padding-top: 30px!important;
  } */
@media (max-width: 1199px) and (min-width: 375px) {
  .product-card__image.product-image {
    padding-top: 48px!important;
  }
}
/*   @media (max-width: 991px){
    .ocf-container.ocf-mobile-active {
      box-shadow: 0 0 0 99999px rgb(0 0 0 / 60%);
      transform: translateX(0);
  }
  .ocf-container.ocf-mobile-1 {
    display: block!important;
    will-change: transform,box-shadow;
}
.ocf-header {
  padding: 15px 20px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.ocf-content {
  background-color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.ocf-body {
  position: absolute;
  top: 60px;
  width: 100%;
  bottom: 52px;
  z-index: 3;
}
.ocf-container {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  transform: translateX(-100%) translate3d(0,0,0);
  transition: transform 300ms ease-in-out,box-shadow 150ms linear;
  z-index: 2147483648!important;
  width: 330px;
}
.ocf-theme-light .ocf-footer {
  box-shadow: -10px -10px 10px 0 #fff;
}
.ocf-container {
  display: none;
}
.ocf-theme-light .ocf-filter + .ocf-filter {
  border-top: 1px solid #ebebeb;
}

.ocf-filter {
  margin: 0 20px;
}
.ocf-footer {
  position: absolute;
  padding: 10px 20px 510px 8px;
  margin: 0 0 -500px;
  z-index: 5;
  width: 100%;
  bottom: 0;
}
  }
 */
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1340px;
  }
  .product--layout--columnar .product__content {
    -ms-grid-columns: 480px auto 260px;
    grid-template-columns: [gallery] 551px [info] auto [sidebar] 260px;
    grid-template-rows: auto auto auto auto;
    grid-column-gap: 0;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1540px;
  }
}
@media (max-width: 419px) and (min-width: 320px) {
  .products-list[data-layout^=grid-][data-mobile-grid-columns="2"] .products-list__item {
    width: 96%;
    margin: 2%;
  }
}
@media (min-width: 991px) {
  .product-card:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    border-radius: 2px;
    box-shadow: unset;
    transition: box-shadow 0.2s;
  }
}
.reviews-view__form {
  border: none;
}
.modal {
  top: 80px;
}
/* .block-products-carousel[data-layout=grid-4] .product-card__wishlist {
  width: calc(2.875rem + 3px);
}

.block-products-carousel[data-layout=grid-4] .product-card__wishlist{
  font-size: .875rem;
  height: calc(2.875rem + 2px);
  line-height: 1.25;
  padding: 0.375rem 1rem;
  font-weight: 500;
} */
/* MODAl */
#modal_main_viewed .block-header__title.product-type {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 20px;
}
.modal-ajax.overlay-view {
  position: fixed;
  z-index: 10;
  max-width: 100%;
  padding: 20px;
  background-color: #f2f2f2;
  transform: translateY(-100%);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  top: 14%;
  width: calc(100% - 20px);
  left: 10px;
  opacity: 0;
  min-height: 50vh;
  /*   transition: transform 0.3s linear; */
}
@media (max-width: 1199px) and (min-width: 375px) {
  .modal-ajax.overlay-view .product-card__image.product-image {
    padding-top: 0px!important;
  }
}
body {
  -webkit-overflow-scrolling: auto;
  overflow-y: scroll;
}
.modal-ajax.overlay-view.overlay-animate {
  z-index: 10;
  max-width: 100%;
  transform: translateY(0%);
  padding: 20px;
  background-color: #f2f2f2;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  /* transition: transform 0.3s linear; */
  /*  top: 14%; */
  /*   width: calc(100% - 20px); */
  /*   left: 10px; */
  opacity: 1!important;
  min-height: 50vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.show-fixs {
  overflow: hidden;
}
.show-fix-main {
  overflow: hidden;
  height: 100%;
}
.cont-modal {
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 104px;
  position: relative;
  min-height: 30vh;
}
.modal-ajax.overlay-view.overlay-animate.overlay-animate-top {
  opacity: 0!important;
  min-height: 50vh;
}
.overlay-view .modal__close {
  position: absolute;
  top: -34px;
  right: 2px;
  font-size: 41px;
  line-height: 21px;
  color: #ffffff;
  cursor: pointer;
  z-index: 104;
}
.overlay-view .modal__subtitle {
  color: #0d0d0d;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.overlay-view .modal__descr {
  position: relative;
  color: #0d0d0d;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  z-index: 105;
}
.overlay-view .modal_mini {
  min-height: 140px;
}
.modal-view-main {
  position: relative;
}
.modal-carousel-ajax {
  overflow: hidden;
}
.modal-ajax .block {
  margin-bottom: 0px;
}
.overlay-view .block-header.product-navigation {
  margin-bottom: 20px;
  flex-wrap: nowrap;
}
#modal_main_viewed .block-header__arrow.block-header__arrow--left {
  background: #ffffff;
  margin-right: 3px;
}
#modal_main_viewed.block-header__arrow.block-header__arrow--right {
  background: #ffffff;
}
#modal_main_viewed .block-header__arrow:active {
  fill: #999;
}
#modal_main_viewed .block-header__arrow:focus,
.block-header__arrow:hover {
  background: #333;
  fill: #ffffff;
}
#modal_main_viewed .block-header__arrow {
  width: 27px;
  height: 29px;
  padding: 0;
  margin: 0;
  border: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  fill: #999;
  border-radius: 1.5px;
  background: #ffffff;
  transition: all 0.15s;
}
@media (max-width: 392px) {
  #button-cart-triger {
    padding: 0px;
  }
}
.overflow-modals {
  opacity: 0.4;
}
#mod-v:focus {
  outline: unset!important;
  border: unset!important;
}
#mod-v {
  outline: unset!important;
  border: unset!important;
}
#mod-v:active {
  outline: unset!important;
  border: unset!important;
}
/* LANG */
.phone_item {
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.phone_item .active {
  color: #f54343;
  font-weight: 500;
}
.phone_item {
  padding-left: 10px;
}
.phone_item .lang-inner {
  padding: 12px 10px!important;
}
/* SLIDER */
.product-card__image.product-image.owl-carousel .owl-dots .owl-dot {
  border-bottom: 1px solid #F7F8FB;
  -webkit-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
  position: relative;
  margin-right: 3px;
  height: 100%;
  display: block;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
/* [aria-describedby] {
  background-color: #6385FD;
} */
.tooltip-inner {
  background-color: #6385FD;
}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #6385FD !important;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #6385FD !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #6385FD !important;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #6385FD !important;
}
.ocf-btn-link {
  color: #6385FD;
}
.product-card__image.product-image.owl-carousel .owl-dots .owl-dot.active.main {
  border-color: #fa5f55;
}
.product-card__image.product-image.owl-carousel .owl-dots .owl-dot.active:focus {
  outline: none;
}
.product-card__image.product-image.owl-carousel .owl-dots .owl-dot.active:focus-visible {
  outline: none;
}
.product-card__image.product-image.owl-carousel .owl-dots {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 100%;
}
.product-card__image.product-image.owl-carousel.owl-theme {
  display: block;
  overflow: hidden;
}
.product-card__image.product-image.owl-carousel.owl-drag .owl-item {
  overflow: hidden;
}
.product-card__image.product-image.owl-carousel.owl-drag .owl-item.active {
  overflow: hidden;
}
.product-card__image.product-image.owl-carousel .owl-dots .owl-dot.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
.product-card__image.product-image.owl-carousel .owl-dots .owl-dot:active.focus,
.product-card__image.product-image.owl-carousel .owl-dots .owl-dot:active:focus,
.product-card__image.product-image.owl-carousel .owl-dots .owl-dot:focus,
.product-card__image.product-image.owl-carousel .owl-dots .owl-dot.active.focus,
.product-card__image.product-image.owl-carousel .owl-dots .owl-dot.active:focus,
.product-card__image.product-image.owl-carousel .owl-dots .owl-dot.focus,
.product-card__image.product-image.owl-carousel .owl-dots .owl-dot:active.focus,
.product-card__image.product-image.owl-carousel .owl-dots .owl-dot:active:focus,
.product-card__image.product-image.owl-carousel .owl-dots .owl-dot:focus {
  outline: 0!important;
  outline-color: transparent!important;
  outline-width: 0!important;
  outline-style: none!important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}
.product-card__image .owl-item.animated.owl-animated-in.fadeInLeft.active {
  z-index: 20;
}
.product-card__info.hover-info {
  margin-top: 16px;
}
.owl-carousel .owl-dots.disabled {
  padding: 0px 18px!important;
}
.owl-nav.disabled .owl-dots {
  padding: 0px 18px!important;
}
.product-card__image.product-image .owl-dots {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 100%;
}
.product-card__image.product-image .owl-dots .owl-dot {
  border-bottom: 1px solid #F7F8FB;
  -webkit-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
  position: relative;
  margin-right: 3px;
  height: 100%;
  display: block;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
.ch-g-dots {
  display: -webkit-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.form-group.row-shipping_field29 {
  margin-top: 20px!important;
}
.product-card__image .ch-g-line {
  border-bottom: 1px solid #F7F8FB;
  -webkit-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
  position: relative;
  margin-right: 3px;
  height: 100%;
  display: block;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (max-width: 991px) {
  .product-card__image.product-image.owl-carousel .owl-dots {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: unset;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 10px;
  }
  /*  .product-card__image.product-image.owl-carousel .owl-dots .owl-dot{
    display: none;
  }
 */
  .product-card__image.product-image.owl-carousel .owl-dot.active {
    border-bottom: 1px solid #fa5f55;
    display: block;
    /*  padding: 10px 15px; */
  }
  .products-view__list.products-list .products-list__body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.delivery-icon-row {
  display: flex;
  align-items: center;
  margin: 20px auto;
}
.delivery-icon-row img {
  object-fit: cover;
  width: 40px;
  height: 40px;
}
.delivery-icon-nova-post {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .footer-contacts__contacts li::nth-child(2) {
    max-width: 81px;
  }
}
.about-us__text.typography {
  text-align: left;
}
/* PAGINATION */
/*  .last-page{
  display: none;
 } */
.block-products-carousel .product-card--hidden-actions .product-card__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-products-carousel .product-card.product-card--hidden-actions .product-card_btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card--hidden-actions .product-card__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-products-carousel[data-layout=grid-4] .product-card--hidden-actions .product-card__buttons {
  display: flex;
}
.block-products-carousel__cell .product-card {
  position: relative;
  z-index: 3;
  /*   margin-bottom: -56px; */
}
.page-item.disabled .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-item.active .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #36414d;
}
.page-link--with-arrow .page-link__arrow {
  top: unset;
}
.page-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 70px;
  margin-top: 10px;
}
.site-footer__soc img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.site-footer__soc a {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.indicator-phones {
  position: relative;
}
.indicator-phones .phones-menu {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
  background: #fff;
  color: #333;
  width: max-content;
  padding: 10px;
}
.indicator-phones .phones-menu .phone-link {
  padding: 5px 30px 5px 30px;
}
@media (min-width: 992px) {
  #slideshow0 .container .row .block-left-empty {
    flex: 0 0 286px;
  }
  #slideshow0 .container .row .block-right-banner {
    /*flex-basis: calc(100% - 300px);*/
    /*max-width: calc(100% - 300px);*/
  }
}
.table-responsive .simplecheckout-cart .price {
  display: none!important;
}
.table-responsive .simplecheckout-cart .total {
  display: none!important;
}
/*# sourceMappingURL=custom.css.map */
