@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: 46%;
  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: 43%;
  left: 41%;
}
#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: 60px;
}
.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(55px)}*/
    0% {
      transform: translateY(0);
    }
    to {
      transform: translateY(100px);
    }
  }
}
.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__actions .product__actions-item.product__actions-item--one_click button {
  width: 100%;
  color: black;
  background-color: white;
  font-size: 15px;
}
@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 {
  background: green;
  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 {
  cursor: pointer;
}
.attr-desc:hover span {
  color: #0000C0;
  text-decoration: underline;
}
.attr-desc span i {
  padding-left: 5px;
  opacity: 0.8;
}
.attr-desc .popover {
  min-width: 400px;
  max-width: min-content;
}
/* 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;
  .product__option.binded{
    .product__option-label{
    }
    .binded-products-list{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      .binded-item{
        margin: 3px;
        .text{
          height: 32px;
          padding: 0.3125rem 1rem;
          border-radius: 2px;
          background: #f0f0f0;
          color: #333;
          font-size: 14px;
          font-weight: 500;
          transition: background-color .2s,color .2s;
          &:hover{
            background: #e0e0e0;
            color: #333;

          }
        }
        &.current{
          cursor: default;
          opacity: .5;
        }
      }
    }
  }
}*/
.binded-section2 {
  margin: 20px 0;
}
.binded-section2 .product__option.binded .binded-products-list a.binded-item {
  display: flex;
  color: #232323;
  padding: 10px 15px;
  font-size: 16px;
  position: relative;
  font-weight: 300;
}
.binded-section2 .product__option.binded .binded-products-list a.binded-item .text {
  white-space: nowrap;
}
.binded-section2 .product__option.binded .binded-products-list a.binded-item .dots {
  width: 100%;
  margin: 0 10px;
  position: relative;
}
.binded-section2 .product__option.binded .binded-products-list a.binded-item .dots:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
.binded-section2 .product__option.binded .binded-products-list a.binded-item .block-price {
  position: relative;
}
.binded-section2 .product__option.binded .binded-products-list a.binded-item .block-price .old-price {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 0.8em;
  line-height: 0.5;
  color: #757575;
  text-decoration: line-through;
}
.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: #2e8b57;
}
.totop__button:hover {
  background: #2e8b57bd;
}
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
  /*border-color: #2e8b57;*/
  /*background: #2e8b57;*/
  color: #0c8040;
  border: 2px solid #A5D6A7;
  background-color: unset;
  border-radius: 30px;
  fill: #0c8040;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  /*border-color: #2e8b57bd;*/
  /*background: #2e8b57bd;*/
  background-color: unset;
  color: #0c8040;
  border-color: #4f9971;
}
.products-list[data-layout=grid-3-sidebar] .product-card .product-card__buttons .btn,
.products-list[data-layout=grid-4-full] .product-card .product-card__buttons .btn {
  height: calc(1.875rem + 4px);
}
@media (min-width: 420px) {
  .products-list[data-layout=grid-3-sidebar] .product-card--hidden-actions:hover,
  .products-list[data-layout=grid-4-full] .product-card--hidden-actions:hover {
    margin-bottom: -58px;
  }
}
.btn-lg {
  height: calc(2.75rem + 4px);
}
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: #13c004bd;
}
.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 */
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1340px;
  }
  .departments {
    width: 300px;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1540px;
  }
  .common-home .departments {
    width: 350px;
  }
}
/* mobilemenu cordy */
.mobilemenu2 {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  transition: visibility 0s 0.3s;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.mobilemenu2 .header__menu2-bg {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 997;
  transition: visibility 0.5s, opacity 0.5s;
}
.mobilemenu2 .header__menu2-bg.header__menu2-bg--visible {
  visibility: visible;
  opacity: 0.75;
}
.mobilemenu2 button:hover {
  outline: none;
}
.mobilemenu2 a:hover {
  color: inherit;
}
.header__menu2 {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 380px;
  max-width: 80%;
  overflow-x: hidden;
  /*overflow-y: auto;*/
  overflow-y: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  transition: visibility 0.5s, opacity 0.5s, left 0.5s;
}
.header__menu2.header__menu2--visible {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.header__menu2 .menu2__list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: unset;
  display: block;
  background: #fff;
  min-height: 100%;
  position: relative;
  z-index: 997;
}
.header__menu2 .menu2__list .back {
  background: #fff;
  display: block;
}
.header__menu2 .menu2__list .back .back__btn {
  background: none;
  display: flex;
  align-items: center;
  width: 100%;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #f5f5f5;
  line-height: 65px;
}
.header__menu2 .menu2__list .back .back__btn .back__item {
  border: none;
  background-color: inherit;
  display: inline-block;
  text-align: center;
  min-width: 75px;
  padding: 0;
  margin: 0;
  border-right: 1px solid #f5f5f5;
}
.header__menu2 .menu2__list .back .back__btn .back__item .back__icon {
  display: inline-block;
  color: #f1594b;
  width: 8px;
  height: 13px;
  border: 0;
  vertical-align: middle;
}
.header__menu2 .menu2__list .back .back__btn .back__text {
  display: inline-block;
  text-align: left;
  flex-grow: 1;
  line-height: normal;
  margin: 0;
  padding: 0 15px;
  font-size: 14px;
}
.header__menu2 .menu2__list .menu2__item {
  padding: 0;
  margin: 0;
  position: unset;
  border-bottom: 1px solid #fafafb;
}
.header__menu2 .menu2__list .menu2__item .menu2__link {
  font-weight: 400;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  margin: 0;
  transition: color 0.5s;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
  padding: 20px;
}
.header__menu2 .menu2__list .menu2__item .menu2__link .menu2__carets {
  display: inline-block;
  color: #f1594b;
  width: 8px;
  height: 13px;
  border: 0;
  vertical-align: middle;
  margin-left: 3px;
  position: relative;
  top: -1.5px;
  transition: transform 0.5s;
}
.sub-menu2-wrapp {
  background: #fff;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 670px;
  padding: 0;
  margin: 0;
  transform-origin: top;
  display: contents;
  position: static;
  visibility: visible;
  transform: scaleY(1);
  opacity: 1;
  overflow: visible;
  transition: none;
  box-shadow: none;
}
.sub-menu2-wrapp .sub-menu2 {
  flex-wrap: wrap;
  list-style: none;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  z-index: 998;
  transition: left 0.5s;
}
.sub-menu2-wrapp .sub-menu2.sub-menu2--visible {
  left: 0;
}
.sub-menu2-wrapp .sub-menu2 .sub-menu2__item {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #fafafb;
}
.sub-menu2-wrapp .sub-menu2 .sub-menu2__item:nth-last-child(1) {
  margin-bottom: 0;
}
.sub-menu2-wrapp .sub-menu2 .sub-menu2__item .sub-menu2__link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.09em;
  font-size: 12px;
  color: #000;
  margin: 0;
  transition: color 0.5s;
  justify-content: space-between;
  padding: 20px;
}
.sub-menu2-wrapp .sub-menu2 .sub-menu2__item .sub-menu2__link span.svg {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  margin-right: 5px;
}
.sub-menu2-wrapp .sub-menu2 .sub-menu2__item .sub-menu2__link span.svg svg {
  height: 26px;
  margin: -3px auto 0;
  width: 35px;
  fill: #000000;
}
.sub-menu2-wrapp .sub-menu2 .sub-menu2__item .sub-menu2__link svg.sub-menu2__carets {
  color: #f1594b;
  border: 0;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 8px;
  height: 13px;
  top: 0;
}
.sub-menu2-wrapp .sub-menu2 .sub-menu2__item .sub-sub-menu2 {
  list-style: none;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  z-index: 999;
  transition: left 0.5s;
}
.sub-menu2-wrapp .sub-menu2 .sub-menu2__item .sub-sub-menu2.sub-sub-menu2--visible {
  left: 0;
}
.sub-menu2-wrapp .sub-menu2 .sub-menu2__item .sub-sub-menu2 .list-sub-sub-menu2 {
  list-style: none;
  overflow-y: auto;
  height: calc(100vh - 80px);
  padding-left: 0;
}
.sub-menu2-wrapp .sub-menu2 .sub-menu2__item .sub-sub-menu2 .list-sub-sub-menu2 .sub-sub-menu2__item {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #fafafb;
}
.sub-menu2-wrapp .sub-menu2 .sub-menu2__item .sub-sub-menu2 .list-sub-sub-menu2 .sub-sub-menu2__item .sub-sub-menu2__link {
  font-weight: 300;
  color: #999;
  margin: 0;
  transition: color 0.5s;
  display: block;
  padding: 20px;
}
.sub-menu2-wrapp .sub-menu2 .sub-menu2__item .sub-sub-menu2 .list-sub-sub-menu2 .sub-sub-menu2__item .sub-sub-menu2__link.sub-sub-menu2__link--see-all {
  color: #f1594b;
  opacity: 0.75;
  transition: opacity 0.5s;
  text-align: center;
}
/* mobilemenu cordy */
small.display-block {
  display: block;
}
header .departments .departments__item-link {
  line-height: 23px;
}
header .departments .departments__item-link span.svg {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  margin-right: 5px;
}
header .departments .departments__item-link span.svg svg {
  height: 26px;
  margin: -3px auto 0;
  width: 35px;
  fill: #ffffff;
}
/* наведение жуточки */
@media (min-width: 992px) {
  .product--layout--columnar .product__content {
    grid-template-columns: [info] auto [gallery] 45% [sidebar] 25%;
    grid-template-rows: auto auto auto auto;
  }
  .product--layout--columnar .product__content .product__gallery .product-gallery__featured {
    box-shadow: unset;
  }
  .product--layout--columnar .product__content .product__gallery .product-gallery__featured .product-gallery__wishlist,
  .product--layout--columnar .product__content .product__gallery .product-gallery__featured .product-gallery__compare {
    position: absolute;
    cursor: pointer;
    padding: 11px;
    border: none;
    z-index: 2;
    fill: #d9d9d9;
    transition: background 0.2s, fill 0.2s;
    right: 0;
    border-top-right-radius: 2.5px;
    border-bottom-left-radius: 2px;
    transform: scaleX(1);
    background: transparent;
    fill: rgba(0, 0, 0, 0.25);
  }
  .product--layout--columnar .product__content .product__gallery .product-gallery__featured .product-gallery__wishlist:hover,
  .product--layout--columnar .product__content .product__gallery .product-gallery__featured .product-gallery__compare:hover {
    background: #f2f2f2;
    fill: rgba(0, 0, 0, 0.25);
  }
  .product--layout--columnar .product__content .product__gallery .product-gallery__featured .product-gallery__wishlist {
    top: 50px;
  }
  .product--layout--columnar .product__content .product__gallery .product-gallery__featured .product-gallery__compare {
    top: 100px;
  }
  .product--layout--columnar .product__content .product__gallery .product-gallery__carousel .product-gallery__carousel-item {
    box-shadow: unset;
  }
  .product--layout--columnar .product__content .product__gallery .product-gallery__carousel .product-gallery__carousel-item--active {
    box-shadow: inset 0 0 0 2px #333;
  }
  .product--layout--columnar .product__content .product__info {
    padding: 15px 30px;
  }
  .product--layout--columnar .product__content .product__info .product-info__wishlist,
  .product--layout--columnar .product__content .product__info .product-info__compare {
    display: none;
  }
  .product--layout--columnar .product__content .product__sidebar {
    border: none;
    position: relative;
  }
  .product--layout--columnar .product__content .product__sidebar .product__availability {
    position: absolute;
    right: 0;
    top: 12px;
  }
  .product--layout--columnar .product__content .product__sidebar .product__prices {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .product--layout--columnar .product__content .product__gallery .product-gallery__featured .product-gallery__wishlist,
  .product--layout--columnar .product__content .product__gallery .product-gallery__featured .product-gallery__compare {
    display: none;
  }
  .product--layout--columnar .product__content .product__info .product__meta {
    flex-direction: column;
  }
}
button.shared-button svg {
  width: 30px;
  height: 30px;
}
/* наведение жуточки */



/* irecommend отзывы */
#tab-reviews {
  margin-top: 100px;
}
#tab-reviews .block-review-title {
  font-size: 28px;
  font-weight: 700;
  margin: 25px 0;
}
#tab-reviews .block-review-title .see-all {
  color: red;
  font-size: small;
  padding-left: 10px;
}
#tab-reviews .reviews-view__list ul.nav-tabs {
  display: flex;
  /*justify-content: center;*/
  justify-content: flex-start;
  margin: 0 0 25px 0;
}
#tab-reviews .reviews-view__list ul.nav-tabs li button:focus {
  outline: none;
}
.reviews-list__item .review .review__product {
  width: 300px;
}
.reviews-list__item .review .review__product .product {
  text-align: center;
}
.reviews-list__item .review .review__product .product .img img {
  height: 200px;
}
.reviews-list__item .review .review__product .review_product__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.reviews-list__item .review .review__product .review_product__rating .rating {
  display: flex;
}
.reviews-list__item .review .review__avatar {
  position: relative;
}
.reviews-list__item .review .review__avatar img {
  width: 100px;
}
.reviews-list__item .review .review__avatar img.review__source {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  background-color: aliceblue;
}
.reviews-list__item .review .review__avatar div.avatar {
  width: 90px;
  height: 90px;
  padding-top: 20px;
  text-align: center;
  font-size: 32px;
  background-color: aliceblue;
  border-radius: 50%;
}
.reviews-list__item .review .review__content {
  width: 100%;
}
.reviews-list__item .review .review-gallery {
  width: 400px;
  padding: 5px;
}
@media (max-width: 575px) {
  .reviews-list__item .review {
    flex-direction: column;
    gap: 15px;
  }
  .reviews-list__item .review .review__product {
    width: auto;
  }
}








.product-card__actions .select-binded-items button {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-card__actions .select-binded-items .dropdown-menu {
  width: 85%;
}
.promo-strings {
  background-color: #2e8b57;
  color: white;
  padding: 0;
}
.promo-strings .promo-string {
  text-align: center;
}
.promo-strings .promo-string a {
  color: inherit;
}
.promo-strings .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
}
.promo-strings .owl-nav .owl-prev,
.promo-strings .owl-nav .owl-next {
  position: absolute;
  width: 25%;
  text-align: center;
  background-color: #2e8b57 !important;
}
.promo-strings .owl-nav .owl-prev:hover,
.promo-strings .owl-nav .owl-next:hover,
.promo-strings .owl-nav .owl-prev:focus,
.promo-strings .owl-nav .owl-next:focus {
  outline: none;
}
.promo-strings .owl-nav .owl-prev {
  left: 0;
}
.promo-strings .owl-nav .owl-next {
  right: 0;
}
.promo-strings-mobile {
  background-color: white;
  color: black;
}
.promo-strings-mobile .owl-nav .owl-prev,
.promo-strings-mobile .owl-nav .owl-next {
  background-color: white !important;
  width: 10%;
}
#cart .info-about-gift {
  padding: 0 16px;
  color: red;
  text-align: center;
}
.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;
}
.delivery-row .del-descr-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.delivery-row .del-descr-row .del__icon-product img {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
  object-fit: cover;
}
.delivery-row .del-descr-row .del__content-product {
  font-size: 14px;
  margin-left: 20px;
  color: #6c757d;
}
.delivery-row .del-descr-row:not(:last-child) {
  margin-bottom: 20px;
}
.block-gifts .item {
  padding: 0 5px;
  margin: 0 5px;
  position: relative;
}
.block-gifts .item .name {
  padding: 5px 0;
}
.block-gifts .item .button button {
  width: 100%;
}
.block-gifts .item .zel-gal {
  position: absolute;
  top: 0;
  display: none;
}
.block-gifts .item.gift-in-cart .image {
  opacity: 0.5;
}
.block-gifts .item.gift-in-cart .zel-gal {
  display: block;
}
#tab-composition .composition-statistic {
  justify-content: center;
  padding: 0 0 20px 0;
}
#tab-composition .composition-statistic > div {
  padding-bottom: 20px;
}
#tab-composition .spec__row {
  align-items: center;
  min-height: 59px;
  text-transform: uppercase;
}
#tab-composition .spec__row .spec__name {
  width: 300px;
}
#tab-composition .spec__row .spec__value1 {
  width: 200px;
  text-align: center;
}
#tab-composition .spec__row .spec__value2 {
  width: 200px;
  text-align: center;
}
#tab-composition .spec__row:first-of-type {
  font-size: 18px;
  border-top: none;
}
#tab-composition .spec__row:first-of-type .spec__name {
  color: #333;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #tab-composition .spec__row {
    display: flex;
  }
  #tab-composition .spec__row .spec__name {
    width: 50%;
  }
  #tab-composition .spec__row .spec__value1 {
    width: 25%;
  }
  #tab-composition .spec__row .spec__value2 {
    width: 25%;
  }
  #tab-composition .spec__row:first-of-type .spec__name {
    width: 66%;
  }
  #tab-composition .spec__row:first-of-type .spec__value1 {
    display: none;
  }
}
.policy-text-in-footer div {
  text-align: center;
  font-size: 14px;
  padding: 0 0 15px 0;
}
.policy-text-in-footer div a {
  color: #13c004c9;
}
.policy-text-in-footer div a:hover {
  color: #009340;
  text-decoration: underline;
}
/*
@media (max-width: 575px){
  .reviews-list__item {
    .review{
      flex-direction: column;
      .review__avatar{
        display: block;
        img{
          width: 60px;
        }
        img.review__source{
          width: 60px;
          top: 0;
          margin-top: 60px;
        }
      }
      .review-gallery{
        width: 100%;
      }
    }
  }
}*/
/*# sourceMappingURL=custom.css.map */