:root {
  --swiper-pagination-bullet-inactive-color: #161515;
  --swiper-pagination-color: #FF5E14;
  --swiper-pagination-bullet-width: 15px;
  --swiper-pagination-bullet-height: 15px; }

.skiptranslate {
  display: none; }

body {
  top: 0 !important; }

.lazyloaded:not(.noreset) {
  width: auto;
  height: auto; }

.icon-svg {
  width: var(--icon-width);
  height: var(--icon-height);
  fill: currentColor;
  transition: .3s all; }

.bgColor {
  background-color: var(--bg-color); }

.bgImage {
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-size: cover; }

.pd-y {
  padding: 50px 0; }
  @media (max-width: 992px) {
    .pd-y {
      padding: 40px 0; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1280px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1460px; } }

.wrapper-breadcrumb {
  position: relative; }
  .wrapper-breadcrumb.banner-header {
    padding: 0; }
  .wrapper-breadcrumb:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.3); }
  .wrapper-breadcrumb .new-breadcrumb {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    padding: 45px 0; }
    .wrapper-breadcrumb .new-breadcrumb h1 {
      font-size: 26px;
      margin-bottom: 5px;
      text-align: center;
      padding-left: 75px;
      padding-right: 75px; }
      @media (max-width: 1200px) {
        .wrapper-breadcrumb .new-breadcrumb h1 {
          padding-left: 20px;
          padding-right: 20px; } }
      @media (max-width: 992px) {
        .wrapper-breadcrumb .new-breadcrumb h1 {
          font-size: 22px;
          margin-bottom: 0;
          padding-left: 15px;
          padding-right: 15px; } }
    .wrapper-breadcrumb .new-breadcrumb .breadcrumb-shop {
      border-top: unset;
      border-bottom: unset;
      background: transparent; }
    .wrapper-breadcrumb .new-breadcrumb .breadcrumb-list .breadcrumb-arrows {
      justify-content: center;
      font-size: 16px;
      align-items: center; }
      @media (max-width: 992px) {
        .wrapper-breadcrumb .new-breadcrumb .breadcrumb-list .breadcrumb-arrows {
          padding: 5px 0;
          text-align: center;
          font-size: 14px;
          margin-top: 5px; } }
      .wrapper-breadcrumb .new-breadcrumb .breadcrumb-list .breadcrumb-arrows span, .wrapper-breadcrumb .new-breadcrumb .breadcrumb-list .breadcrumb-arrows strong, .wrapper-breadcrumb .new-breadcrumb .breadcrumb-list .breadcrumb-arrows a {
        color: #000; }
      .wrapper-breadcrumb .new-breadcrumb .breadcrumb-list .breadcrumb-arrows > li + li:before {
        content: '\f054';
        font-size: 14px;
        color: #000;
        transform: translateY(0px);
        padding: 0 10px;
        display: inline-block; }
  .wrapper-breadcrumb .wrapper-banner, .wrapper-breadcrumb .wrapper-banner img {
    width: 100%; }

.wrapper-breadcrumb.wrapper-breadcrumb-bgcolor {
  background-color: var(--bg-color); }
  .wrapper-breadcrumb.wrapper-breadcrumb-bgcolor .new-breadcrumb {
    position: static;
    transform: unset; }
  .wrapper-breadcrumb.wrapper-breadcrumb-bgcolor:before {
    display: none; }

.rte {
  display: block; }
  @media (max-width: 992px) {
    .rte img {
      width: auto !important;
      height: auto !important; } }
  .rte ul {
    list-style: initial;
    padding-left: 40px; }
  .rte ol {
    list-style-type: decimal;
    padding-left: 40px; }
  .rte ul ul {
    list-style-type: circle; }
  .rte ul ul ul {
    list-style-type: square; }
  .rte ul li, .rte ol li {
    margin: 5px 0; }
  .rte ul, .rte ol {
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px; }
  .rte ul + ul, .rte ol + ol {
    margin-block-start: -1.33em;
    margin-block-end: 1.33em; }
  .rte h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px; }
  .rte h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px; }
  .rte h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px; }
  .rte h4 {
    display: block;
    margin-block-start: 1.33em;
    font-size: 1em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px; }
  .rte h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px; }
  .rte h6 {
    display: block;
    font-size: 0.67em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px; }
  .rte blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    font-style: italic;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px; }

.ratio-image {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 100%; }
  .ratio-image img, .ratio-image iframe, .ratio-image video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: .3s ease-in-out all; }

.hover-line {
  position: relative; }
  .hover-line:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--shop-color-main);
    transition: .5s;
    opacity: 0; }
  .hover-line:hover:after {
    width: 100%;
    opacity: 1;
    transition: .5s; }

.topbar-bottom .box-content {
  padding: 10px 0; }
  .topbar-bottom .box-content .box-left {
    gap: 0px; }
    .topbar-bottom .box-content .box-left span {
      display: inline-block;
      font-size: 15px; }
    .topbar-bottom .box-content .box-left .svg-icon {
      margin-right: 5px; }
    .topbar-bottom .box-content .box-left .box-left__btn {
      font-size: 14px;
      transition: .3s all;
      text-decoration: underline; }
      .topbar-bottom .box-content .box-left .box-left__btn:hover {
        text-decoration: none; }
  .topbar-bottom .box-content .box-right {
    gap: 0px; }
    .topbar-bottom .box-content .box-right a {
      font-size: 14px; }
    .topbar-bottom .box-content .box-right .box-right-item {
      position: relative; }
      .topbar-bottom .box-content .box-right .box-right-item + .box-right-item {
        padding-left: 15px;
        margin-left: 15px; }
        .topbar-bottom .box-content .box-right .box-right-item + .box-right-item:after {
          content: "";
          display: inline-block;
          width: 1px;
          height: 16px;
          background: var(--sub-color);
          top: 5px;
          position: absolute;
          left: 0; }

.contact-item {
  display: flex;
  align-items: center;
  gap: 5px; }
  .contact-item svg {
    flex: 0 0 var(--icon-width); }

.translate-wrapper {
  position: relative;
  cursor: pointer; }
  .translate-wrapper .translate-dropdown-wrapper {
    position: absolute;
    left: 0;
    z-index: 9;
    padding-top: 24px;
    margin-top: -12px;
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
    .translate-wrapper .translate-dropdown-wrapper .translate-dropdown {
      overflow-y: auto;
      font-size: 1.4rem;
      padding-bottom: .5rem;
      padding-top: .5rem;
      scroll-padding: .5rem 0;
      min-width: 130px;
      width: max-content;
      background-color: white;
      text-align: left;
      z-index: 99;
      left: 0;
      padding: 0 10px 10px; }
  .translate-wrapper .icon-svg {
    --icon-height: 12px;
    --icon-width: 12px; }
  .translate-wrapper:hover .translate-dropdown-wrapper, .translate-wrapper.active .translate-dropdown-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .translate-wrapper:hover .icon-svg, .translate-wrapper.active .icon-svg {
    transform: rotate(-180deg); }

.hSticky.hSticky-nav.hSticky-up.mainHeader .header-wrap-logo a, .hSticky.hSticky-nav.hSticky-up.mainHeader .header-wrap-logo h1 {
  color: currentcolor; }

.hSticky.hSticky-nav.hSticky-up.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
  fill: currentcolor; }

.block-title .subTitle {
  color: var(--shop-color-main);
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 20px;
  display: inline-block; }
  @media (max-width: 992px) {
    .block-title .subTitle {
      font-size: 16px; } }

.block-title .title {
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.3;
  font-size: 2.5rem; }
  @media (max-width: 992px) {
    .block-title .title {
      font-size: 28px;
      margin-bottom: 20px; } }

.block-title .desc {
  color: #4A5257;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 0; }

.link {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  background: transparent;
  padding: 0;
  min-width: 0;
  min-height: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .7px;
  color: var(--shop-color-button); }
  .link:hover {
    text-decoration: none; }

.button {
  z-index: 1;
  border: unset;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
  font-weight: 500;
  position: relative;
  text-align: center;
  padding: 13px 35px;
  align-items: center;
  display: inline-flex;
  box-shadow: none;
  text-decoration: none;
  justify-content: center;
  text-transform: uppercase;
  color: #000;
  background-color: var(--shop-color-button); }
  @media (max-width: 992px) {
    .button {
      padding: 12px 35px; } }
  .button:focus, .button:focus-visible {
    border: unset;
    outline: none; }
  .button:after, .button:before {
    height: 100%;
    content: '';
    width: 0;
    top: 0;
    z-index: -1;
    transition: 0.75s;
    position: absolute;
    background: #fff; }
  .button:before {
    left: 0; }
  .button:after {
    right: 0; }
  .button i,
  .button svg {
    font-size: 13px;
    transition: 0.5s;
    margin-left: 10px;
    margin-top: -1px; }
  @media (min-width: 992px) {
    .button:hover {
      color: #000; }
      .button:hover i,
      .button:hover svg {
        color: #000; }
      .button:hover:before {
        width: 55%; }
      .button:hover:after {
        width: 55%; } }
  @media (min-width: 992px) {
    .button.dark-hover:after, 
    .button.dark-hover:before {
      /*background: #000;*/

    }
    .button.dark-hover:hover {
      color: #fff; } }
  .button.dark {
    color: white;
    background: #000; }
    .button.dark:after, .button.dark:before {
      background: var(--shop-color-button); }
    .button.dark i,
    .button.dark svg {
      color: white; }
    @media (min-width: 992px) {
      .button.dark:hover {
        color: #000; }
        .button.dark:hover i,
        .button.dark:hover svg {
          color: #000; } }

.owl-carousel:not(.owl-loaded) {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden; }

.product-loop.product-loop-slide {
  padding-right: 0;
  padding-left: 0; }
  .product-loop.product-loop-slide .proloop-image {
    padding: 0; }

.product-loop .proloop-detail .proloop--variant {
  padding-top: 8px;
  opacity: 0;
  pointer-events: none; }
  .product-loop .proloop-detail .proloop--variant img {
    border-radius: 50%;
    object-fit: contain; }
  .product-loop .proloop-detail .proloop--variant .lazyloaded:not(.noreset) {
    height: 100%; }

.section-category .owl-carousel:not(.owl-loaded) {
  gap: 30px; }
  @media (max-width: 992px) {
    .section-category .owl-carousel:not(.owl-loaded) {
      gap: 15px; } }
  .section-category .owl-carousel:not(.owl-loaded) .item-category {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7); }
    @media (max-width: 992px) {
      .section-category .owl-carousel:not(.owl-loaded) .item-category {
        flex: 0 0 calc(100% / 2.4);
        max-width: calc(100% / 2.4); } }

.section-category .item-category__image {
  border-radius: 50%;
  overflow: hidden; }
  .section-category .item-category__image img {
    border-radius: 50%; }

.section-category .item-category__title {
  padding: 0;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .5px; }

.section-category .item-category__desc {
  display: block;
  font-size: 15px;
  color: var(--sub-color-text); }

.section-category .item-category-details {
  padding: 5px 10px;
  text-align: center; }

.section-category .item-category-btn {
  display: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  text-decoration: underline; }
  .section-category .item-category-btn:hover {
    text-decoration: none; }

.section-category .item-category:hover .item-category__desc {
  display: none; }

.section-category .item-category:hover .item-category-btn {
  display: block; }

@media (max-width: 992px) {
  .section-category .owlStyle .owl-carousel .owl-dots {
    opacity: 1; } }

/*====== FOOTER ========================*/
.footerNav-social {
  padding: 10px 0; }
  .footerNav-social li {
    display: inline-block; }
  .footerNav-social li + li {
    margin-left: 8px; }
  .footerNav-social li a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    background-color: #f0f0f0;
    border: 1px solid var(--footer-color-text);
    display: block;
    text-align: center;
    border-radius: 50%;
    color: var(--footer-bg-color-1);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .footerNav-social li a:hover {
    background-color: var(--shop-color-main);
    border-color: var(--shop-color-main);
    color: #000; }

.footer-newsletter {
  background: var(--footer-bg-color-1);
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04); }
  .footer-newsletter .wrapbox-newsletter {
    display: -ms-flex;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 0; }
  .footer-newsletter .wrapbox-newsletter .newsletter-block {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center; }
  .footer-newsletter .wrapbox-newsletter .newsletter-title {
    align-self: center;
    padding-right: 20px; }
    .footer-newsletter .wrapbox-newsletter .newsletter-title h3 {
      padding: 0;
      margin: 0;
      position: relative;
      font-size: 20px;
      font-weight: 700;
      color: var(--footer-color-title); }
    .footer-newsletter .wrapbox-newsletter .newsletter-title .subTitle {
      color: var(--footer-color-text);
      font-weight: 400;
      font-size: 16px;
      margin: 0 auto 10px; }
  .footer-newsletter .wrapbox-newsletter .newsletter-content .contact-form .input-group {
    flex-wrap: nowrap;
    margin-bottom: 0; }
  .footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-input, .footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-btn {
    height: 40px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 20px; }
  .footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-input {
    padding-left: 40px;
    padding-right: 20px;
    border-width: 2px;
    font-size: 13px;
    border-color: var(--shop-color-border);
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    min-width: 290px; }
  .footer-newsletter .wrapbox-newsletter .newsletter-content .input-group {
    position: relative; }
  .footer-newsletter .wrapbox-newsletter .newsletter-content .input-group:before {
    content: "\f003";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 15px;
    color: #9c9c9c;
    vertical-align: middle;
    line-height: 40px;
    width: 30px;
    position: absolute;
    left: 10px;
    top: 0;
    text-align: center;
    z-index: 99; }
  .footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-btn {
    font-size: 14px;
    font-weight: 700;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: 20px;
    white-space: nowrap; }
    .footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-btn:focus {
      border-color: var(--shop-color-main);
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 8px rgaa(186, 147, 62, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 8px rgaa(186, 147, 62, 0.6); }
  .footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-error, .footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-success {
    font-size: 13px;
    margin: 0;
    padding: 5px 5px 0; }
  .footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-success {
    color: #27a208; }
  .footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-error {
    color: #ff0000; }
  .footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-note {
    font-size: 16px;
    margin-top: 30px;
    text-align: center; }
  @media (max-width: 991px) and (min-width: 768px) {
    .footer-newsletter .wrapbox-newsletter .newsletter-block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .footer-newsletter .wrapbox-newsletter .newsletter-block.newsletter-social {
      -ms-justify-content: flex-end;
      justify-content: flex-end; }
    .footer-newsletter .wrapbox-newsletter .newsletter-title {
      padding-right: 0;
      padding-bottom: 10px; }
    .footer-newsletter .wrapbox-newsletter .newsletter-social .footerNav-social li:last-child a {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .footer-newsletter {
      padding: 0;
      border-bottom: 0; }
    .footer-newsletter .wrapbox-newsletter {
      display: block; }
    .footer-newsletter .wrapbox-newsletter .newsletter-block {
      display: block; }
    .footer-newsletter .wrapbox-newsletter .newsletter-title {
      padding-right: 0;
      padding-bottom: 10px;
      text-align: center; }
    .footer-newsletter .wrapbox-newsletter .newsletter-title h3 {
      font-size: 16px; }
    .footer-newsletter .wrapbox-newsletter .newsletter-content .contact-form .input-group {
      display: block; }
    .footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-input, .footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-btn {
      width: 100%;
      margin: 0;
      padding-right: 110px; }
    .footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-btn {
      padding: 0 20px;
      font-size: 12px; }
    .footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-note {
      font-size: 13px;
      margin-top: 10px; }
    .footer-newsletter .wrapbox-newsletter .newsletter-social {
      margin-top: 15px; }
    .footer-newsletter .wrapbox-newsletter .newsletter-input {
      padding-right: 140px; }
    .footer-newsletter .wrapbox-newsletter .input-group-btn {
      margin-top: 15px; }
    .footer-newsletter .wrapbox-newsletter .input-group-btn button {
      background: var(--shop-color-button); }
    .footer-newsletter .wrapbox-newsletter .input-group-btn button:before {
      display: none; } }

.mainFooter {
  padding: 80px 0 40px;
  background-color: var(--footer-bg-color-1);
  color: var(--footer-color-text);
  line-height: 1.8; }
  @media (max-width: 992px) {
    .mainFooter {
      padding: 60px 0; } }
  .mainFooter .wrap-bct {
    margin-top: 15px; }
  .mainFooter a {
    color: currentcolor; }
  .mainFooter .address-footer > ul > li {
    margin-bottom: 4px; }
    .mainFooter .address-footer > ul > li .icon-svg {
      transform: translateY(3px); }
  .mainFooter .contact-form .input-group {
    margin-bottom: 0; }
  @media (max-width: 992px) {
    .mainFooter [class*='col-']:not(.last-child) {
      margin-bottom: 20px; } }
  .mainFooter .title-footer {
    font-size: 22px;
    color: var(--footer-color-title); }
  .mainFooter .newsletter-block .newsletter-content.newsletter-form #newsletter-email {
    height: 45px;
    background: white; }
  .mainFooter .newsletter-block .newsletter-content.newsletter-form .input-group-btn {
    margin-top: 10px; }
  .mainFooter .newsletter-block .newsletter-content.newsletter-form .newsletter-btn {
    border-radius: 0;
    height: 43px;
    padding: 8px 45px; }
  .mainFooter .footer-about p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 25px; }
  .mainFooter p.copyright {
    font-size: 14px;
    margin-bottom: 0; }
    @media (max-width: 992px) {
      .mainFooter p.copyright {
        padding-left: 0;
        margin-bottom: 15px; } }
  .mainFooter .logo-footer {
    margin-bottom: 30px; }
    .mainFooter .logo-footer a {
      font-weight: bold;
      font-size: 32px;
      color: var(--shop-color-main); }
  .mainFooter .footerNav-link li {
    padding: 5px 0; }
  .mainFooter a:hover {
    color: var(--shop-color-main); }

.template-collection .wrapper-breadcrumb .new-breadcrumb {
  width: 100%; }
  .template-collection .wrapper-breadcrumb .new-breadcrumb h1 {
    max-width: 1400px;
    margin-right: auto;
    display: block;
    margin-left: auto;
    width: 100%; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 30px; }
  @media (max-width: 992px) {
    .footer-bottom {
      margin-top: 0; } }
  .footer-bottom .footer-bottom__inner {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 30px; }
    @media (max-width: 992px) {
      .footer-bottom .footer-bottom__inner {
        flex-direction: column;
        align-items: center;
        padding-top: 10px; } }
  .footer-bottom .footer-bottom--item.payment-wrapper {
    width: 100%;
    justify-content: flex-end;
    display: flex; }
    @media (max-width: 992px) {
      .footer-bottom .footer-bottom--item.payment-wrapper {
        justify-content: center; } }
  .footer-bottom .footer-bottom--item {
    flex: 1; }

.product-notification {
  --pro-notify-textmain: #000000;
  --pro-notify-text: #666666;
  --pro-notify-bg: #ffffff;
  --pro-notify-border: #e5e5e5;
  position: fixed;
  bottom: 50px;
  background: #fff;
  width: 300px;
  z-index: 9999;
  left: 30px;
  visibility: hidden;
  opacity: 0;
  border: 1px solid var(--pro-notify-border);
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  box-shadow: 0 5px 40px -7px rgba(0, 0, 0, 0.08); }
  @media (min-width: 480px) {
    .product-notification {
      width: 350px; } }
  .product-notification .sca-qv-button-wrap {
    display: none !important; }
  .product-notification .closeNotify {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    cursor: pointer; }
    .product-notification .closeNotify .icon {
      width: 10px;
      height: 10px; }
    .product-notification .closeNotify:hover {
      color: var(--pro-notify-textmain); }
  .product-notification .product-suggest {
    display: flex;
    width: 100%;
    padding: 10px; }
    .product-notification .product-suggest .product-image {
      display: block;
      max-width: 90px;
      display: flex;
      width: 30%; }
    .product-notification .product-suggest .column-right {
      padding: 5px 15px;
      line-height: 24px;
      overflow: hidden;
      flex: 1; }
      .product-notification .product-suggest .column-right label {
        color: var(--pro-notify-text);
        font-size: 13px;
        font-weight: 400;
        float: left;
        width: 100%;
        margin: 0; }
      .product-notification .product-suggest .column-right .product-name {
        color: var(--pro-notify-textmain);
        font-size: 13px;
        float: left;
        width: 100%;
        margin: 0;
        line-height: 20px;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: capitalize;
        text-decoration: none;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .product-notification .product-suggest .column-right .from-ago {
        font-size: 13px;
        font-weight: 400;
        float: left;
        color: var(--pro-notify-text);
        display: inline-block; }
      .product-notification .product-suggest .column-right .time-ago {
        font-size: 13px;
        font-weight: 400;
        padding-left: 7.5px;
        margin-left: 7.5px;
        position: relative;
        display: inline-block;
        color: var(--pro-notify-text); }
        .product-notification .product-suggest .column-right .time-ago:before {
          content: "";
          height: 10px;
          width: 1px;
          background-color: rgba(0, 0, 0, 0.5);
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
  .product-notification.pos-right {
    right: 30px;
    left: auto; }
  .product-notification.active {
    bottom: 30px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
    @media only screen and (max-width: 992px) {
      .product-notification.active {
        bottom: 70px; } }
  @media only screen and (max-width: 992px) {
    .product-notification {
      width: 290px;
      left: 15px;
      bottom: 100px; } }

.promotionApp .hrv-pmo-coupon:empty,
.promotionApp .hrv-pmo-discount:empty {
  display: none; }
