@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-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;
}
.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;
}
.binded-section .product__option.binded .binded-products-list .binded-item.current {
  cursor: default;
  opacity: 0.5;
}
.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;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  border-color: #2e8b57bd;
  background: #2e8b57bd;
}
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: #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 */
/*# sourceMappingURL=custom.css.map */