.block_newsletter .popup-title, .block_newsletter .close-popup {
  display: none; }
.block_newsletter .title_block {
  color: #121212;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative; }
.block_newsletter .description {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 40px; }
.block_newsletter form .form-group {
  width: 100%;
  position: relative;
  margin-bottom: 0; }
.block_newsletter form .input-wrapper {
  overflow: hidden;
  width: 100%; }
.block_newsletter form input[type=email] {
  width: 100%;
  height: 50px;
  border: none;
  color: #999999;
  font-size: 14px;
  background: #ededed;
  padding: 6px 50px 6px 20px; }
  .block_newsletter form input[type=email]::-webkit-input-placeholder {
    color: #999999;
    text-indent: 0px;
    opacity: 1;
    filter: alpha(opacity=100); }
  .block_newsletter form input[type=email]::-moz-placeholder {
    color: #999999;
    text-indent: 0px;
    opacity: 1;
    filter: alpha(opacity=100); }
  .block_newsletter form input[type=email]:-moz-placeholder {
    color: #999999;
    text-indent: 0px;
    opacity: 1;
    filter: alpha(opacity=100); }
  .block_newsletter form input[type=email]:-ms-input-placeholder {
    color: #999999;
    text-indent: 0px;
    opacity: 1;
    filter: alpha(opacity=100); }
  .block_newsletter form input[type=email]:focus {
    outline: 0; }
.block_newsletter form .btn {
  padding: 0px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  border: none;
  font-weight: bold;
  line-height: 50px;
  height: 50px;
  width: 50px;
  color: #000000;
  text-align: center;
  background: transparent;
  text-transform: uppercase;
  right: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .block_newsletter form .btn span {
    display: none; }
  .block_newsletter form .btn i {
    display: block; }
    .block_newsletter form .btn i:before {
      content: "\e629";
      font-weight: normal;
      font-style: normal;
      font-size: 25px;
      font-family: "Pe-icon-7-stroke"; }
  .block_newsletter form .btn:hover, .block_newsletter form .btn:active, .block_newsletter form .btn:focus {
    outline: 0;
    color: #2a61d2; }

.popup-newsletter .block_newsletter {
  position: fixed;
  bottom: 0px;
  width: 350px;
  z-index: 1000;
  right: 0;
  text-align: right; }
  @media (max-width: 479px) {
    .popup-newsletter .block_newsletter {
      width: 100%; } }
  .popup-newsletter .block_newsletter .popup-title-newsletter {
    cursor: pointer;
    margin-bottom: 30px;
    display: inline-block;
    position: absolute;
    bottom: 100%;
    right: 30px;
    text-align: right; }
    .popup-newsletter .block_newsletter .popup-title-newsletter:before {
      content: "\e01e";
      color: #ededed;
      display: block;
      font-size: 20px;
      font-family: "Pe-icon-7-stroke";
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      background: #6686ed;
      border-radius: 50%;
      -moz-box-shadow: 0px 5px 20px 0px rgba(102, 134, 237, 0.7);
      -webkit-box-shadow: 0px 5px 20px 0px rgba(102, 134, 237, 0.7);
      -o-box-shadow: 0px 5px 20px 0px rgba(102, 134, 237, 0.7);
      -ms-box-shadow: 0px 5px 20px 0px rgba(102, 134, 237, 0.7);
      box-shadow: 0px 5px 20px 0px rgba(102, 134, 237, 0.7); }
  .popup-newsletter .block_newsletter .popup-content-newsletter {
    display: none;
    padding: 20px;
    overflow: hidden;
    position: relative;
    background: #ededed;
    border: 1px solid #eaeaea;
    margin-right: 10px;
    text-align: left;
    -moz-box-shadow: 0px 10px 30px 0px rgba(102, 134, 237, 0.1);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(102, 134, 237, 0.1);
    -o-box-shadow: 0px 10px 30px 0px rgba(102, 134, 237, 0.1);
    -ms-box-shadow: 0px 10px 30px 0px rgba(102, 134, 237, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(102, 134, 237, 0.1); }
    @media (max-width: 479px) {
      .popup-newsletter .block_newsletter .popup-content-newsletter {
        margin: 0 10px 0 10px; } }
    .popup-newsletter .block_newsletter .popup-content-newsletter .close-popup {
      top: 0px;
      display: block;
      color: #252525;
      cursor: pointer;
      padding: 10px;
      position: absolute;
      right: 0px; }
      .popup-newsletter .block_newsletter .popup-content-newsletter .close-popup:hover {
        color: #2a61d2; }
  .popup-newsletter .block_newsletter .block_content {
    height: auto !important;
    display: block !important; }
  .popup-newsletter .block_newsletter .navbar-toggler {
    display: none; }
  .popup-newsletter .block_newsletter.active .popup-title-newsletter {
    display: none; }

.homepage-newsletter .block_newsletter {
  text-align: center;
  padding: 70px 300px 70px; }
  @media (max-width: 1199px) {
    .homepage-newsletter .block_newsletter {
      padding: 70px 220px 70px; } }
  @media (max-width: 991px) {
    .homepage-newsletter .block_newsletter {
      padding: 50px 30px 50px; } }
  @media (max-width: 768px) {
    .homepage-newsletter .block_newsletter {
      padding: 50px 15px 50px; } }
  .homepage-newsletter .block_newsletter .navbar-toggler {
    display: none; }
  .homepage-newsletter .block_newsletter .collapse, .homepage-newsletter .block_newsletter .collapsing {
    display: block !important;
    height: 100% !important; }
  @media (min-width: 992px) {
    .homepage-newsletter .block_newsletter form .form-group {
      width: 80%;
      margin: auto; } }
  @media (min-width: 1200px) {
    .homepage-newsletter .block_newsletter form .form-group {
      width: 70%; } }

@media (min-width: 768px) {
  .center-newsletter .block_newsletter {
    text-align: center; } }

.footer-newsletter .block_newsletter .description {
  color: inherit; }
.footer-newsletter .block_newsletter form input[type=email] {
  padding: 6px 12px 6px 12px; }
.footer-newsletter .block_newsletter form .btn {
  width: 100%;
  height: 40px;
  margin-top: 1px;
  line-height: 40px;
  position: static;
  color: #ededed;
  background: #222222; }
  .footer-newsletter .block_newsletter form .btn:hover {
    background: #2a61d2; }
.ApMegamenu nav.leo-megamenu .navbar-nav > li {
    width: calc(100% / 4);
    display: flex;
    justify-content: center;
    min-height: 72px; }
.ApMegamenu .navbar-nav.megamenu {
  display: flex;
  justify-content: space-between; }

.block-title {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 25px;
  width: 100%;
  font-size: 2rem;
  margin: 40px 0;
}
.block-title span {
  width: 100%;
  max-width: 230px;
  text-align: center;
}
#home-slider {
  position: relative;
}
#home-slider .ApMegamenu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #6592cc75;
}
#home-slider .udsliderdata .owl-item {
  padding: 0;
}
#home-slider .ApMegamenu .leo-megamenu .navbar-nav > li > a {
  color: #ededed;
}
#home-slider .ApMegamenu .leo-megamenu .navbar-nav > li.active > a {
  color: #e2001a;
}
.uds-home-banner .uds-bootstrap-item {
  position: relative;
}
.uds-banner-style1 .uds-desc {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
}
.uds-banner-style1 .uds-desc .udbs-title-box {
  text-align: center;
  margin-top: calc(0.015 * (50vw - 30px) / 0.5625);
}
.uds-banner-style1 .uds-desc .udbs-title-box .udbs-sup-title {
  color: #e2001a;
  font-size: calc(0.0225 * (50vw - 30px));
  font-weight: 400;
}
.uds-desc .udbs-title-box .udbs-title {
  font-size: calc(0.05 * (50vw - 30px));
  font-weight: 600;
  color: #6592cc;
}
.uds-desc .udbs-stamp {
  position: absolute;
  right: calc(0.03 * (50vw - 30px));
  top: calc(0.01 * (50vw - 30px) / 0.5625);
  background-color: #e2001a;
  width: calc(0.15 * (50vw - 30px));
  height: calc(0.15 * (50vw - 30px));
  border-radius: 50%;
  font-weight: 600;
}
.uds-desc .udbs-stamp .udbs-spec-price {
  color: #ededed;
  font-size: calc(0.04 * (50vw - 30px));
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  justify-content: center;
  height: 100%;
}
.uds-banner-style1 .uds-desc .udbs-stamp .udbs-spec-price .small {
  font-size: 0.75em;
}
.uds-banner-style1 .uds-desc .udbs-desc-box {
  position: absolute;
  bottom: calc(0.02 * (50vw - 30px) / 0.5625);
  width: 100%;
}
.uds-banner-style1 .uds-desc .udbs-desc-box .udbs-desc {
  width: 60%;
  margin: auto;
  border: 1px solid #6592cc;
  box-shadow: 0px 0px 3px 0px #6592cc;
  padding: calc(0.035 * (50vw - 30px)) calc(0.025 * (50vw - 30px));
  font-size: calc(0.0225 * (50vw - 30px));
  font-weight: 600;
  background-color: #ffffff;
  color: #000000;
}
.uds-banner-style2 .uds-desc {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(calc(100% - 30px) / 2);
  height: 100%;
}
.uds-banner-style2 .uds-desc .udbs-stamp {
  right: 7%;
}
.uds-banner-style2 .uds-desc .udbs-title-box {
  position: absolute;
  top: calc(((50vw - 30px) / 6) + (0.02 * (50vw - 30px) / 0.5625));
  width: 100%;
  text-align: center;
}
.uds-banner-style2 .uds-desc .udbs-title-box .udbs-title {
  line-height: 1;
  padding: 0 50px;
}
.uds-banner-style2 .uds-desc .udbs-title-box .udbs-desc,
.uds-banner-style2 .uds-desc .udbs-link-box {
  font-size: calc(0.0225 * (50vw - 30px));
  font-weight: 600;
  text-align: left;
  padding: 0 calc(0.025 * (50vw - 30px));
  margin-top: calc(0.015 * (50vw - 30px) / 0.5625);
  color: #000000;
  line-height: 1.25;
}
.uds-banner-style2 .uds-desc .udbs-link-box {
  margin-top: 0;
  position: absolute;
  bottom: calc(0.03 * (50vw - 30px) / 0.5625);
  width: 100%;
}
article.product-miniature {
  margin: 0 5px 1rem 5px;
}
.thumbnail-container .product-price-and-shipping .discount-percentage {
  display: none;
}
.thumbnail-container .product-price-and-shipping {
  padding: 0 5%;
  font-size: 0.875rem;
  column-gap: 5px;
}
.thumbnail-container .product-price-and-shipping .price {
    margin: 0;
}
.udsliderdata_slider_ajax:has(.udsliderdata.uds-brands){
  padding: 0 50px;
}
#home-brand {
  display: flex;
  flex-direction: column;
}
#home-brand .btn.btn-outline {
  min-width: 200px;
  width: 25%;
  background-color: transparent;
  margin: auto;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px;
  font-size: 1rem;
}
.uds-carousel {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #eeeeee;
  margin: 50px 0;
  padding: 0;
}
.uds-carousel .ud-style-bc-1 {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.uds-carousel .ud-style-bc-1 .part-banner {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 15px;
}
.uds-carousel .ud-style-bc-1 .part-banner img {
  width: 100%;
  padding: 0 25%;
}
.uds-carousel .ud-style-bc-1 .part-carousel {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 10px 15px;
}
.uds-carousel .ud-style-bc-1 .part-carousel .udslider-container-item {
  margin: 0 !important;
}
.uds-carousel .ud-style-bc-1 .part-carousel .description {
  text-align: center;
}
.uds-carousel .ud-style-bc-1 .part-carousel .image_container {
  border: 1px solid #000000;
}
.uds-carousel .ud-style-bc-1 .part-carousel .description h2 {
  margin: 0;
}
.slick-arrows {
  width: unset;
  position: unset;
}
.slick-arrows > .slick-arrow {
  position: absolute;
  top: calc(50% - 40px);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #eeeeee;
  border: 1px solid #000000;
}
.slick-arrows > .slick-prev {
  left: -20px;
}
.slick-arrows > .slick-next {
  right: -20px;
}
.slick-arrows > .slick-arrow:before {
  line-height: 38px;
  color: #000000;
}
@media (max-width: 991px) {
  .uds-carousel .ud-style-bc-1 .part-banner img {
    padding: 0 15%;
  }
}
@media (max-width: 767px) {
  #home-slider .ApMegamenu:has(.vtri-megamenu-mobile) {
      display: block;
  }
  #home-slider {
    display: none !important;
  }
  .block-title {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
  }
  .block-title::after {
    content: "";
    border: 3px solid #6592cc;
    width: 100%;
    border-radius: 50%;
  }
  .uds-home-banner > div {
    margin-bottom: 15px;
  }
  .uds-banner-style1 .uds-desc .udbs-title-box {
    margin-top: calc(0.015 * (100vw - 30px) / 0.5625);
  }
  .uds-banner-style1 .uds-desc .udbs-title-box .udbs-sup-title {
    font-size: calc(0.0225 * (100vw - 30px));
  }
  .uds-desc .udbs-title-box .udbs-title {
    font-size: calc(0.05 * (100vw - 30px));
  }
  .uds-desc .udbs-stamp {
    right: calc(0.03 * (100vw - 30px));
    top: calc(0.01 * (100vw - 30px) / 0.5625);
    width: calc(0.15 * (100vw - 30px));
    height: calc(0.15 * (100vw - 30px));
  }
  .uds-desc .udbs-stamp .udbs-spec-price {
    font-size: calc(0.04 * (100vw - 30px));
  }
  .uds-banner-style1 .uds-desc .udbs-desc-box {
    bottom: calc(0.02 * (100vw - 30px) / 0.5625);
  }
  .uds-banner-style1 .uds-desc .udbs-desc-box .udbs-desc {
    padding: calc(0.035 * (100vw - 30px)) calc(0.025 * (100vw - 30px));
    font-size: calc(0.0225 * (100vw - 30px));
  }
  .uds-banner-style2 .uds-desc {
    width: calc(calc(100% - 30px) / 2);
  }
  .uds-banner-style2 .uds-desc .udbs-title-box {
    top: calc(((100vw - 30px) / 6) + (0.02 * (100vw - 30px) / 0.5625));
  }
  .uds-banner-style2 .uds-desc .udbs-title-box .udbs-desc,
  .uds-banner-style2 .uds-desc .udbs-link-box {
    font-size: calc(0.0225 * (100vw - 30px));
    padding: 0 calc(0.025 * (100vw - 30px));
    margin-top: calc(0.015 * (100vw - 30px) / 0.5625);
  }
  .uds-banner-style2 .uds-desc .udbs-link-box {
    bottom: calc(0.03 * (100vw - 30px) / 0.5625);
  }
  .uds-carousel .ud-style-bc-1 .part-carousel .description h2 {
    font-size: 0.875rem;
  }
  .uds-carousel {
    margin: 30px 0;
  }
  .udsliderdata_slider_ajax:has(.udsliderdata.uds-brands) {
    padding: 0 15px;
  }
  .uds-carousel .ud-style-bc-1 {
    padding: 10px 0;
  }
}
@media (min-width: 768px){
  #home-slider .ApMegamenu:has(.vtri-megamenu) {
      display: block;
  }
  .block-title:before {
    content: "";
    border: 3px solid #6592cc;
    width: 100%;
    margin-right: 15px;
    border-radius: 50%;
  }
  .block-title:after {
    content: "";
    border: 3px solid #6592cc;
    width: 100%;
    margin-left: 15px;
    border-radius: 50%;
  }
}