#authentication #mo_social_icons {
  display: block !important;
}

span.alleop-link {
  cursor: pointer
}

.products-sort-order .dropdown-menu .alleop-link {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  padding: 5px 10px;
}

#product .pdf-attachment .alleop-link {
  box-shadow: 0 3px 6px #00000029;
  border-radius: 5px;
  padding: 20px 20px 14px;
  width: 174px;
  display: block;
  height: 100%;
  transition: all .5s ease;
}

.user-popup .alleop-link {
  margin-top: 20px;
}

.login-column .alleop-link {
  background: #9e1b78;
  color: #fff;
  background-color: #9e1b78;
  text-decoration: none;
  max-width: 265px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 0;
  border-radius: 25px;
  transition: all .4s ease;
}

.login-column .alleop-link:hover {
  background: #e11ba7
}

.register-column .alleop-link {
  color: #9e1b78;
  border: 1px solid #9e1b78;
  text-decoration: none;
  max-width: 265px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 0;
  border-radius: 25px;
  transition: all .4s ease;
}

.register-column .alleop-link:hover {
  background: #9e1b78;
  color: #fff
}

.popup_login_form.ets-rv-product-comment-modal .alleop-link {
  margin-left: 3px;
  margin-right: 3px;
  fill: #fff;
  color: #fff;
}

.ets_rv_login span.btn {
  fill: #fff;
}

.popup_login_form.ets-rv-product-comment-modal span.btn {
  border-radius: 30px;
}

/*general css starts*/
body {
  font-family: "Roboto", sans-serif;
  color: #000000;
}

/*general css ends */

/*header css starts*/

.ssa-autocomplete-product .ssa-image img {
  width: 92px;
  height: 92px;
}

.ui-autocomplete.ssa-menu .ssa-autocomplete-groupcat,
.ui-autocomplete.ssa-menu .ui-menu-item .ssa-reference {
  display: none;
}

.ui-autocomplete.ssa-menu .ssa-autocomplete-header,
.ui-autocomplete.ssa-menu .ssa-notfound {
  color: #777777;
  font-size: 15px;
  text-transform: uppercase;
  padding: 7px 23px;
  border: none;
}

.ui-autocomplete.ssa-menu>li {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.ssa-total-found {
  margin-bottom: 10px;
  margin-top: 7px;
}

.ssa-cat.ui-menu-item a.ssa-item-highlight {
  display: block;
}

.ssa-searchblock form {
  z-index: 11;
}

.ui-autocomplete.ssa-menu .ssa-autocomplete-header>div,
.ui-autocomplete.ssa-menu .ssa-notfound>div {
  padding: 0;
  border: none;
}

.ui-autocomplete.ssa-menu .ui-menu-item .ssa-content .ssa-name {
  font-size: 15px;
  font-weight: 300;
  color: #000;
}

body .layout_layout1:not(.changestatus) .ets_mm_megamenu_content {
  background: transparent linear-gradient(270deg, #971e7e, #e40044) 0 0 no-repeat padding-box;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 11%);
  /*border-top: solid 1px #db89b3;*/
  border-bottom: none;
}

#header .container {
  max-width: 100%;
  width: 100%;
  padding: 0 41px;
}

.header-top-right {
  display: flex;
}

#header .header-nav {
  border: none;
}

#search_widget,
.ssa-searchblock-top.ssa-searchblock {
  width: 690px;
  max-width: 690px;
  margin-bottom: 0;
}

#_desktop_user_info {
  margin-left: auto;
  margin-right: 35px;
}

#_desktop_logo {
  max-width: 194px;
}

.header-top-right {
  width: 100%;
}

.header-top #search_widget input {
  border-radius: 28px;
  background: #ffffff;
}

body #search_widget form input {
  padding: 8px 20px 8px 20px;
  height: 35px;
  font-size: 15px;
}

body #search_widget svg {
  position: absolute;
  right: 20px;
  top: 10px;
}

#_desktop_user_info .user-info {
  display: flex;
  align-items: center;
}

.sign-in-text {
  position: relative;
}

.sign-in-text span {
  display: block;
  color: #ffffff;
  margin-left: 12px;
}

.sign-in-text>span:nth-child(1) {
  font-size: 12px;
  font-weight: 300;
}

.sign-in-text>span:nth-child(2) {
  font-size: 17px;
  font-weight: 500;
}

.sign-in-text::after,
.customer-greeting::after {
  content: "";
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  width: 10px;
  height: 3px;
  position: absolute;
  right: 0;
  right: -20px;
  top: 20px;
}

#_desktop_cart::before {
  height: 36px;
  width: 1px;
  content: "";
  background: #ffffff;
  margin-right: 25px;
  margin-left: 10px;
}

#_desktop_cart .header span {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  margin-left: 10px;
}

#_desktop_cart .header {
  cursor: pointer;
  position: relative;
}

#_desktop_cart,
#_desktop_cart .header,
#_desktop_cart .header a {
  display: flex;
  align-items: center;
}

#_desktop_cart .header a {
  position: relative;
}

#_desktop_cart .header span.cart-products-count {
  background: #e40044;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: -10px;
}

.cart-modal .cart-content {
  background: #ffffff;
  width: 400px;
  position: fixed;
  top: 0;
  height: 100%;
  right: 0;
  z-index: 999;
  transform: translate3d(110%, 0px, 0px);
  transition: all 0.5s ease;
}

.show-cart .cart-modal .cart-content {
  transform: translate3d(0%, 0px, 0px);
  z-index: 10000;
}

.show-cart,
.show-infobox,
.show-user-popup {
  overflow: hidden;
}

.cart-overlay,
.offers-overlay {
  background: #000000;
  position: fixed;
  top: 0;
  height: 100%;
  right: 0;
  z-index: 99;
  display: block;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.show-cart .cart-overlay,
.other-offers-show .offers-overlay {
  opacity: 0.5;
  visibility: visible;
}

.cart-modal .cart-overview {
  overflow: auto;
  height: calc(100% - 256px);
}

.cart-modal .cart-summary {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
  margin: 0;
  padding: 38px 28px 0px 28px;
}

.cart-modal-title {
  font-size: 21px;
  font-weight: bold;
  color: #000000;
  padding: 16px;
  position: relative;
  display: block;
}

/*.cart-modal .cart-content{*/
/*    transform: translate3d(100%, 0px, 0px);*/
/*}*/

.cart-modal-title::after {
  content: "";
  background: #e9e9e9;
  height: 1px;
  position: absolute;
  left: 16px;
  width: calc(100% - 32px);
  bottom: 0;
}

.cart-modal .product-line-info.product-price {
  display: none;
}

.cart-modal .product-line-grid-left {
  width: 125px;
}

.cart-modal .product-line-grid-body {
  width: 256px;
  z-index: 1;
}

.cart-modal .product-line-actions {
  width: 250px;
  margin-left: 127px;
  float: none;
}

.cart-modal .checkout .btn-primary {
  background: #e40044;
  border-radius: 30px;
  padding: 11px 0;
  font-size: 15px;
  text-align: center;
  text-transform: none;
  border-color: #e40044;
}

.cart-modal .checkout .btn-primary:hover {
  background: #c3114c;
}

.cart-modal .cart-summary .block-promo {
  display: none;
}

button {
  transition: background 0.2s;
}

.cart-modal .cart-summary .label,
.cart-modal .card-block.cart-summary-totals .cart-summary-line.cart-total .label {
  font-size: 19px;
  font-weight: 300;
}

.cart-modal .cart-summary-line .value {
  font-size: 19px;
}

.cart-modal #cart-subtotal-shipping {
  display: none;
}

.cart-modal-close {
  display: block;
  padding: 10px;
  position: relative;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 9px;
  right: 10px;
  cursor: pointer;
}

.cart-modal-close::after {
  content: "";
  transform: rotate(-45deg);
  width: 16px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 8px;
  top: 16px;
}

.cart-modal-close::before {
  content: "";
  transform: rotate(45deg);
  width: 16px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 8px;
  top: 16px;
  pointer-events: none;
}

#_desktop_cart .cart-empty {
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: -70px;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.empty-cart-text {
  margin-top: 24px;
}

.mm_menu_content_title {
  font-size: 17px;
  font-weight: 300;
  text-transform: none;
}

.mm_menus_li>a {
  margin: 8px 0;
}

.layout_layout1 .mm_menus_li.mm_no_border>a {
  line-height: 1;
  border-radius: 10px 10px 0px 0px;
  width: 136px;
  padding: 10px;
  margin: 0;
}

#header .layout_layout1:not(.ybc_vertical_menu) .mm_menus_li>a {
  background: none !important;
}

body #header .layout_layout1 .mm_menus_li.mm_no_border:hover>a {
  background: #ffffff !important;
}

.sell-on-alleop {
  float: right;
  margin-right: -23px;
}

.sell-on-alleop .mm_menu_content_title {
  font-weight: 500;
}

.layout_layout1 .mm_menus_li.mm_no_border:hover>a span {
  color: #000000;
  font-weight: bold;
}

.layout_layout1:not(.ybc_vertical_menu):not(.click_open_submenu) .mm_menus_li>a:before,
.layout_layout1:not(.click_open_submenu) .mm_menus_li.mm_has_sub:hover>a:after {
  display: none;
}

.user-info {
  cursor: pointer;
  position: relative;
}

.user-popup {
  position: absolute;
  background: #ffffff;
  width: 701px;
  max-width: 701px;
  z-index: 9999;
  right: -172px;
  top: 52px;
  padding: 40px;
  display: flex;
  align-items: flex-start;
}

.lang-ro .user-popup {
  right: -135px;
}

.lang-ro .user-popup::before {
  right: 172px;
}

.lang-ro .register-column {
  padding-left: 40px;
}

.lang-ro .login-column p {
  min-height: 82px;
}

.user-popup,
.user-overlay {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.show-user-popup .user-popup {
  opacity: 1;
  visibility: visible;
}

.show-user-popup .user-overlay {
  opacity: 0.3;
  visibility: visible;
}

.user-popup::before {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 7px solid #ffffff;
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  right: 193px;
}

.user-info:hover .sign-in-text>span:nth-child(2) {
  text-decoration: underline;
}

.user-info {
  display: flex;
}

.login-column,
.register-column {
  width: 50%;
}

.user-popup strong {
  font-size: 17px;
  color: #000000;
  margin-bottom: 15px;
  display: block;
}

.user-popup p {
  font-size: 15px;
  color: #000000;
}

.login-column {
  position: relative;
}

.login-column::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #e9ebee;
}

.register-column {
  padding-left: 45px;
}

.register-column p::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 7px;
  border-bottom: 2px solid #9e1b78;
  border-right: 2px solid #9e1b78;
  margin-right: 10px;
}

.login-column a {
  background: #9e1b78;
  color: #ffffff;
  background-color: #9e1b78;
  text-decoration: none;
  max-width: 265px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 0;
  border-radius: 25px;
  transition: all 0.4s ease;
}

.login-column a:hover {
  background: #e11ba7;
}

.user-popup p {
  margin-bottom: 0;
}

.register-column a {
  color: #9e1b78;
  border: 1px solid #9e1b78;
  text-decoration: none;
  max-width: 265px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 0;
  border-radius: 25px;
  transition: all 0.4s ease;
}

.register-column a:hover {
  background: #9e1b78;
  color: #ffffff;
}

.user-popup a {
  margin-top: 20px;
}

.user-overlay {
  background: #000000;
  position: fixed;
  top: 132px;
  left: 0;
  height: 100%;
  z-index: 999;
  display: block;
  clear: both;
  width: 100%;
}

.mm_menus_li:nth-child(2) .mm_menu_content_title {
  padding-left: 0;
}

.mm_menus_li:nth-child(3) {
  margin-left: -72px !important;
}

.customer-greeting {
  color: #ffffff;
  padding-left: 10px;
}

.customer-greeting span {
  display: block;
}

.logged .user-popup {
  width: 244px;
  padding: 15px;
  right: -60px;
  flex-direction: column;
  align-items: flex-start;
}

.logged .user-popup a {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  display: block;
  margin: 0;
  width: 100%;
}

.logged .user-popup a:hover {
  text-decoration: underline !important;
}

.logged .user-popup::before {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.logged .user-popup .logout {
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
  padding-top: 20px;
}

.acc-mob-title,
#order-slips-link,
body .customer-index .link-item svg,
.review-and-vendor .product-vendor {
  display: none;
}

.ets_mp_tabs_content_search ul.ets_mp_sort_by_dropdown_ul {
  z-index: 99;
}

.no-orders,
.no-addresses {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.no-orders span,
.no-addresses span {
  color: #999999;
  font-size: 15px;
  font-weight: 300;
}

.no-orders svg {
  width: 300px;
  height: 300px;
  margin-top: 50px;
}

.fmm_title_text_sticker {
  z-index: 10;
}

.product-middle-container .vendor-info .vendor-info-box,
.product-actions .vendor-info .vendor-info-box {
  display: none;
}

.custom-link {
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .lb-d-t-block {
    border-right: 1px solid #ddd !important;
  }
  .lb-search .lb-active-filters .lb-facet__header {
    padding: 0 !important;
  }
  .custom-mobile-holder {
    display: none !important;
  }


  #index .product-miniature .product-title a:hover,
  #index .product-miniature .product-title .custom-link:hover {
    text-decoration: underline;
  }
  #product .elementor-slick-slider .product-miniature .product-title a:hover,
  #product .elementor-slick-slider .product-miniature .product-title .custom-link:hover {
    text-decoration: underline;
  }
  #checkout-cart .elementor-slick-slider .product-miniature .product-title a:hover,
  #checkout-cart .elementor-slick-slider .product-miniature .product-title .custom-link:hover {
    text-decoration: underline;
  }

  body:not(#index) .product-miniature .product-title {
    min-height: 46px;
  }

  .lang-ro .register-column {
    display: flex;
    flex-direction: column;
    min-height: 179px;
    justify-content: space-between;
  }

  .ssa-searchblock.searching::before,
  .ssa-searchblock.searching-clicked::before {
    content: "";
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 39%;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .ssa-searchblock.searching-clicked form::after {
    content: "";
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
  }
  .ui-autocomplete.ssa-menu.ui-menu.ui-corner-all {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .blockcart .header svg {
    width: 22px;
    height: 22px;
  }

  .layout_layout1.ets_mm_megamenu .mm_columns_ul {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
  }

  .second-menu,
  .filter-toggle,
  .sort-toggle,
  .mobile-clear,
  .sorts-overlay,
  .sorts-title,
  .images-container .slick-dots,
  .custom-mobile-block,
  .customer-index .acc-mob-title,
  .main-slider .slick-dots {
    display: none !important;
  }
}

/*header css ends*/

/*homepage css starts*/

#index .add-to-cart-or-refresh {
  display: none;
}

.progresss circle {
  fill: #ffffff;
  stroke: #e40044;
  stroke-width: 3;
}

.progresss {
  position: absolute;
  top: -11px;
  left: -13px;
}

.home-slider .elementor-slick-slider ul.slick-dots li {
  width: 12px !important;
  height: 12px !important;
  margin: 13px;
  background: #e9e9e9;
  border-radius: 50%;
}

.home-slider .elementor-slick-slider ul.slick-dots li.slick-active {
  background: #dc0349;
}

.home-slider .elementor-slick-slider ul.slick-dots li button:before {
  display: none;
}

.featured-carousel .elementor-slick-slider ul.slick-dots li button:before {
  opacity: 1;
}

.featured-carousel .elementor-slick-slider ul.slick-dots li.slick-active button:before {
  color: #ffffff !important;
}

.home-slider .elementor-slick-slider ul.slick-dots {
  height: 38px;
  border-radius: 30px;
  background: #fff;
  width: auto;
  display: flex;
  left: 50%;
  right: auto;
  transform: translate(-50%, 19px);
  padding: 0 30px;
  min-width: 174px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 12%);
  bottom: 2px;
}

.home-info-boxes {
  box-shadow: 0 3px 15px rgb(0 0 0 / 8%);
  border-radius: 5px;
  background: #ffffff;
}

.home-info-boxes .elementor-image-box-title {
  border-left: 1px solid #707070;
  padding-left: 21px;
  display: block;
  line-height: 1.5;
  max-width: 104px;
}

.home-info-boxes .elementor-image-box-wrapper {}

.home-info-boxes img {
  width: 41px;
  height: 41px;
}

.home-info-boxes .elementor-image-box-img {
  margin: 20px !important;
  min-width: 54px;
  text-align: center;
}

.home-info-boxes .elementor-image-box-wrapper {
  align-items: center !important;
}

.home-hot-deals img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.home-3-banners img {
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.home-3-banners img:hover,
.home-hot-deals img:hover {
  box-shadow: 0 3px 8px rgb(0 0 0/40%);
}

@media only screen and (min-width: 769px) {
  .left-column .links span svg {
    display: none;
  }
}

@media only screen and (min-width: 768px) {

  .home-3-banners .elementor-row .elementor-col-33:nth-child(1) .elementor-column-wrap,
  .home-hot-deals .elementor-row .elementor-col-33:nth-child(1) .elementor-widget-container {
    padding-left: 0;
  }

  .home-3-banners .elementor-row .elementor-col-33:nth-child(2) .elementor-column-wrap,
  .home-hot-deals .elementor-row .elementor-col-33:nth-child(2) .elementor-widget-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .home-3-banners .elementor-row .elementor-col-33:nth-child(3) .elementor-column-wrap,
  .home-hot-deals .elementor-row .elementor-col-33:nth-child(3) .elementor-widget-container {
    padding-right: 0;
  }
}

.featured-carousel .js-product {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  max-width: 182px;
  padding: 9px !important;
  justify-content: flex-start;
  position: relative;
}

.featured-carousel .js-product .product-title {
  height: 36px;
}

.product-miniature .thumbnail-container {
  border-radius: 5px;
}

.featured-carousel .slick-track {
  display: flex;
}

.featured-carousel .slick-slide {
  height: unset;
}

.featured-carousel .slick-slide .slick-slide-inner,
.featured-carousel .slick-slide>div {
  height: 100%;
  display: flex;
}

.product-vendor {
  font-size: 15px;
  margin: 5px 0;
  display: block;
}

.product-vendor strong {
  color: #000000;
}

.product-vendor a {
  color: blue;
  text-decoration: underline;
}

.product-flags .product-flag.discount {
  display: none;
}

.js-product .highlighted-informations {
  display: none;
}

.product-discount {
  display: flex;
  align-items: center;
}

.discount-percentage {
  color: #fff;
  background: #e40044;
  padding: 3px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 300;
  min-width: 36px;
  height: 23px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.product-miniature .discount-percentage {
  font-size: 13px !important;
  font-weight: 600 !important;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 5px;
}

.product-miniature .discount-percentage,
.fmm_title_text_sticker i {
  font-family: "Roboto", sans-serif;
}

#products.list .product-miniature .discount-percentage {
  top: 0px;
}

.product-discount .regular-price {
  color: #707070;
  font-size: 14px;
  font-weight: 300;
}

.product-price-and-shipping .price {
  font-size: 17px;
}

.product-discount .discount-percentage {
  font-size: 12px;
  font-weight: 300;
}

.featured-carousel .slick-slider .slick-next,
.featured-carousel .slick-slider .slick-prev {
  width: 50px;
  height: 125px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5) !important;
  opacity: 0.5;
  margin: 10px;
  transition: opacity 0.2s;
}

.featured-carousel .slick-slider .slick-next::before,
.featured-carousel .slick-slider .slick-prev::before {
  font-size: 66px;
}

.featured-carousel .elementor-slick-slider .slick-prev {
  left: -73px;
}

.featured-carousel .elementor-slick-slider .slick-next {
  right: -73px;
}

.featured-carousel .elementor-slick-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.home-hot-deals .elementor-image-box-title {
  margin-bottom: 10px;
  display: block;
}

.see-all-brands {
  margin-right: 15px;
}

#index .nxtal-compare-icon,
#index .wishlist-button-add,
#product .luigi-recco .nxtal-compare-icon,
#product .luigi-recco .wishlist-button-add,
#category .luigi-recco .nxtal-compare-icon,
#category .luigi-recco .wishlist-button-add
#manufacturer .luigi-recco .nxtal-compare-icon,
#manufacturer .luigi-recco .wishlist-button-add {
  display: none !important;
}

/*homepage css ends*/

/*footer css starts*/

.other-shops-links {
  position: absolute;
  right: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  top: 50%;
  transform: translate(0%, -50%);
}

.other-shops .container {
  position: relative;
}

.other-shops-links a {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px;
  position: relative;
  color: #707070;
}

.other-shops-links a:hover {
  text-decoration: underline;
}

.other-shops-links>a:nth-child(1)::after {
  content: "";
  display: block;
  height: 16px;
  width: 1px;
  background: #707070;
  position: absolute;
  right: 0;
  top: 4px;
}

.other-shops-links svg {
  margin-right: 10px;
}

footer .footer-container {
  padding-top: 30px;
}

.footer-socials {
  border-bottom: 1px solid #e9e9e9;
  padding: 35px 0 35px;
}

.footer-socials a,
.footer-socials a::before {
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: 50%;
  width: 42px !important;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: opacity 0.2s, transform 0.2s;
}

.footer-socials a::before {
  content: "";
  opacity: 0;
}

.footer-socials a:hover {
  transform: translateY(-8px);
}

.footer-socials a:hover::before {
  opacity: 1;
}

.footer-socials a.follow-us-facebook {
  background: url("../images/facebook.png");
}

.footer-socials a.follow-us-facebook::before {
  background: url("../images/facebook-hover.png");
}

.footer-socials a.follow-us-instagram {
  background: url("../images/instagram.png");
}

.footer-socials a.follow-us-instagram::before {
  background: url("../images/instagram-hover.png");
}

.footer-socials a.follow-us-youtube {
  background: url("../images/youtube.png");
}

.footer-socials a.follow-us-youtube::before {
  background: url("../images/youtube-hover.png");
}

.footer-socials a.follow-us-linkedin {
  background: url("../images/linkedin.png");
}

.footer-socials a.follow-us-linkedin::before {
  background: url("../images/linkedin-hover.png");
}

.socials-footer span {
  font-size: 17px;
  font-weight: 300;
}

.socials-footer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.elementor-section.elementor-section-boxed>.elementor-container {
  width: 100%;
}

.footer-contact-us .elementor-image-box-content {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}

.viber-box img {
  filter: grayscale(1) brightness(1.8);
}

.viber-box .elementor-image-box-wrapper:hover img {
  filter: unset;
}

.footer-contact-us {
  width: 33% !important;
}

.footer-contact-us .elementor-image-box-title a:hover,
.footer-contact-us .elementor-image-box-title a:hover {
  color: #e40044 !important;
}

.footer-contact-us .elementor-widget-text-editor {
  margin-bottom: 0;
}

.footer-payment-methods .elementor-widget-image {
  width: 50%;
}

.copyright {
  background: #e9e9e9;
  text-align: center;
  padding-top: 15px;
  margin-top: 10px;
}

.copyright p {
  color: #000000;
  font-size: 12px;
  font-weight: 300;
}

footer .elementor-icon-list-items a:hover {
  text-decoration: underline;
  color: #000000;
}

/*footer css ends*/

/*newsletter starts css*/

.input--hidden,
.sib-form-message-panel,
.sib-form-block__button svg {
  display: none;
}

.sib-form-message-panel.sib-form-message-panel--active {
  display: block;
}

#sib-container.sib-container--large #sib-form {
  display: flex;
  flex-wrap: wrap;
}

.entry__error.entry__error--primary {
  font-size: 13px !important;
  margin-top: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-align: left;
}

.newsletter .sib-form #sib-form {
  padding: 20px 0;
}


.newsletter p.alert {
  margin-top: 1rem;
  margin-bottom: 0;
}

.form__entry {
  position: relative;
}

.form__entry .entry__error {
  position: absolute;
  top: 44px;
  left: 0;
}

#sib-form-container #success-message {
  padding: 10px;
}

#sib-form>div:nth-child(3) .entry__error--primary {
  margin-left: 30px;
}

.newsletter #error-message .sib-form-message-panel__inner-text {
  margin-bottom: 10px;
  color: #ffffff;
}

.newsletter #sib-container {
  background: none !important;
  display: flex;
}

.sib-form-message-panel__text svg {
  display: none;
}

.newsletter:not(.captcha_newsletter),
.block_newsletter {
  background: linear-gradient(270deg, #971e7e, #e40044) 0 0 no-repeat padding-box;
}

.newsletter .captcha_newsletter,
.newsletter .captcha_newsletter>* {
  display: inline;
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
}

.newsletter-title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  display: block;
}

.newsletter .container {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 115px;
}

.newsletter-second-title {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
}

.newsletter-text {
  max-width: 430px;
  min-width: 430px;
}

.newsletter input {
  border-radius: 30px;
  padding: 12px 40px;
  border: none;
  font-size: 15px;
  outline: none;
}

.newsletter button,
.newsletter input.confirm-input {
  background: linear-gradient(180deg, #fff100, #ffc400) 0 0 no-repeat padding-box;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  height: 42px;
  outline: none;
  padding: 12px 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #000000;
  min-width: 178px;
}

.newsletter button:hover,
.newsletter input.confirm-input:hover {
  background: transparent linear-gradient(180deg, #fff600 0%, #ff9600 100%) 0% 0% no-repeat padding-box;
}

.newsletter-email {
  width: 410px;
  margin: 0 30px;
}

.mobile-subtitle {
  display: none;
}

/* newsletter end */

/* category css starts */
.product-thumbnail .fmm_title_text_sticker,
.images-container .fmm_title_text_sticker {
  width: auto !important;
}

.product-thumbnail .fmm_title_text_sticker.sticker_3 {
  bottom: -8px;
}

.product-thumbnail .fmm_title_text_sticker span,
.images-container .fmm_title_text_sticker span {
  padding: 3px 5px;
  line-height: 1;
  border-radius: 3px;
  font-weight: 600 !important;
}

.thumbnail-container .sticker_2.fmm_title_text_sticker {
  top: -24px !important;
}

.product-has-discount .sticker_2.fmm_title_text_sticker {
  top: -2px !important;
}

#products.list .product-has-discount .sticker_2.fmm_title_text_sticker {
  top: 0px !important;
}

.slick-slide .thumbnail-container .sticker_2.fmm_title_text_sticker {
  top: 1px !important;
}

.slick-slide .product-has-discount .sticker_2.fmm_title_text_sticker {
  top: 22px !important;
}

.product-thumbnail .sticker_2 span,
.images-container .sticker_2 span {
  background: rgb(151, 30, 126);
  background: linear-gradient(272deg,
      rgba(151, 30, 126, 1) 20%,
      rgba(228, 0, 68, 1) 56%);
}

.category-bottom-products .product-miniature {
  flex-direction: column;
}

.category-bottom-products .product-miniature .wishlist-button-add {
  right: -4px;
  top: 25px;
  position: absolute;
}

.breadcrumb span {
  font-size: 15px;
  font-weight: 300;
  color: #000000;
}

.breadcrumb li:nth-child(1) span {
  font-weight: bold;
}

.category-banners-3 .elementor-row {
  gap: 14px;
}

.category-banners-3 .elementor-image-box-img img,
.category-top-banner img {
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
}

.category-banners-3 .elementor-image-box-img:hover img,
.category-top-banner:hover img {
  box-shadow: 0 3px 8px rgb(0 0 0 / 40%);
}

.category-banners-3 .elementor-image-box-description {
  margin-top: 10px;
}

.layout-left-column .container #left-column {
  width: 23%;
  padding-left: 0;
}

.layout-left-column .container #content-wrapper {
  width: 77%;
}

#amazzing_filter {
  padding: 0;
  box-shadow: none;
  padding-right: 20px;
  border-right: solid 1px #ddd;
}

.af_filter .checkbox {
  width: 18px;
  height: 18px;
  visibility: hidden;
  position: relative;
  cursor: pointer;
}

#amazzing_filter form {
  margin-left: 16px;
}

#amazzing_filter input[type="checkbox"] {
  -moz-appearance: initial;
}

#amazzing_filter input[type="checkbox"]::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  transition: 120ms transform ease-in-out;
  border: 1px solid #e40044;
  border-radius: 5px;
  visibility: visible;
}

#amazzing_filter input[type="checkbox"]:checked::before {
  background: #e40044;
}

#amazzing_filter input[type="checkbox"]:checked::after {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 10px;
  width: 6px;
  margin-left: 60%;
  border-bottom: 2px solid #ffff;
  border-right: 2px solid #ffff;
  visibility: visible;
  position: absolute;
  top: 15px;
  left: -4px;
  margin-top: -13px;
}

#amazzing_filter label .name {
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  padding-left: 15px;
  padding-top: 2px;
}

#amazzing_filter .af_subtitle {
  font-size: 17px;
  padding-bottom: 5px;
}

#amazzing_filter .af_filter li {
  padding: 0;
  margin-bottom: 8px;
}

#amazzing_filter .af_filter li ul {
  margin-top: 8px;
}

#amazzing_filter .af_subtitle.toggle-content::before {
  height: 2px;
  width: 14px;
  background: #000;
  transform: none;
  border: none;

  top: 22px;
}

.af_filter_content {
  padding-top: 10px;
}

#amazzing_filter .closed .af_subtitle.toggle-content::before {
  top: 24px;
}

#amazzing_filter .closed .af_subtitle.toggle-content::after {
  height: 14px;
  width: 2px;
  background: #000;
  transform: none;
  border: none;
  content: "";
  display: block;
  position: absolute;

  right: 9px;
  top: 13px;
}

#amazzing_filter .af_filter {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
}

.af_filter.clearfix:last-of-type {
  border: none !important;
}

#amazzing_filter .foldered .af-toggle-child:after {
  color: #e40044;
}

#amazzing_filter .af-slider .selected-bar {
  background: #e40044;
}

#amazzing_filter .selectedFilters .cf {
  background: #e2e2e2;
  border-radius: 5px;
  display: inline-block;
  margin: 5px 10px 5px 0;
  font-weight: 300;
  font-size: 15px;
}

#amazzing_filter .selectedFilters .clearAll {
  background: none;
  float: right;
  clear: both;
  display: block;
  width: 100%;
}

#amazzing_filter .selectedFilters .clearAll a {
  display: block;
  float: right;
}

#amazzing_filter .selectedFilters .cf a {
  opacity: 1;
  text-shadow: none;
}

#amazzing_filter .selectedFilters .clearAll .icon-eraser {
  display: none;
}

#amazzing_filter .selectedFilters .clearAll .txt {
  text-transform: none;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 16px;
  color: #000000;
}

#amazzing_filter .af-color-box {
  margin: 5px 11px;
}

#js-product-list .products .col-xl-4 {
  width: 25%;
}

.list-view-toggle {
  margin-left: 20px;
  display: flex;
}

.list-view-toggle span {
  width: 30px;
  height: 30px;
  float: left;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.list-view-toggle span.active {
  background: #e2e2e2;
  border-radius: 5px;
}

#products.list #js-product-list .products .js-product {
  border-bottom: 1px solid #e7e9ee;
  width: 100%;
}

.products .btn-primary.add-to-cart,
.category-bottom-products .product-miniature .add-to-cart {
  background: #db0048;
  border: none;
  border-radius: 16px;
  min-height: 42px;
  outline: none;
  z-index: 100;
  font-size: 15px;
  text-transform: unset;
  width: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  border-radius: 70px;
}

#js-product-list .js-product:hover .btn-primary.add-to-cart,
.category-bottom-products .product-miniature:hover .add-to-cart {
  visibility: visible;
  opacity: 1;
}

#js-product-list .js-product:hover .product-miniature,
.category-bottom-products .js-product:hover .product-miniature {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

#js-product-list .product-miniature,
.category-bottom-products .product-miniature {
  padding: 12px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

#js-product-list .product-miniature .thumbnail-container .product-thumbnail img,
.category-bottom-products .js-product img {
  width: 200px;
}

.add-to-cart-holder form {
  min-height: 42px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.ets_svg_icon span {
  font-style: normal;
  font-size: 24px;
  color: #e6e7e8;
}

.ets_svg_icon span.star_half,
.ets_svg_icon span.star_full {
  color: #ffdd00;
}

.product-miniature .ets_rv_grade_stars .ets-rv-comments-nb {
  color: #000000;
  font-size: 15px;
  height: unset;
  margin-left: 3px;
  line-height: 1;
  float: right;
  padding-top: 6px;
}

#js-product-list .product-miniature .product-discount {
  min-height: 20px;
}

#js-product-list .product-miniature .thumbnail-top {
  margin-top: 25px;
}

.sort-by-row span.sort-by,
.products-per-page .sort-by {
  font-size: 15px !important;
  color: #000000;
  font-weight: bold;
  margin-left: 0;
}

.products-per-page {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  max-width: 204px;
}

.sort-by-row .select-title {
  border: solid 1px #000000;
  border-radius: 5px;
  width: 150px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  height: 31px;
  padding: 8px 10px;
  font-size: 15px !important;
}

body .wishlist-button-add i {
  color: #e40044;
  font-size: 22px;
}

body article .wishlist-button-add {
  padding: 0;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  right: -7px;
  top: -7px;
}

article:hover .wishlist-button-add,
article:hover .nxtal-compare-icon {
  opacity: 1 !important;
  visibility: visible !important;
}

.nxtal-compare-icon:not(.active) .default i {
  display: none;
}

.sort-by-row {
  display: flex;
  justify-content: flex-end;
}

.sort-by-row .sort-by,
.products-per-page .sort-by {
  margin-right: 20px;
}

.products-sort-order .dropdown-menu {
  border: solid 1px #000;
  border-radius: 5px;
  width: 150px;
  overflow: hidden;
  margin-top: -1px;
  padding: 0;
  min-width: unset;
  background: #ffffff;
}

.products-per-page .dropdown-menu {
  width: 60px;
  right: 15px;
}

.products-per-page .dropdown-menu .p-by-page span {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  padding: 5px 10px;
}

.products-sort-order .dropdown-menu a {
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  padding: 5px 10px;
}

#uniform-nb_page_items {
  display: none;
}

.products-per-page .select-title {
  border: solid 1px #000000;
  border-radius: 5px;
  width: 60px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  height: 31px;
  padding: 8px 10px;
}

.products-per-page .p-by-page span:hover {
  color: #000000;
  text-decoration: none;
  background: #e2e2e2;
  cursor: pointer;
}

#products.list .thumbnail-top,
#products.list .product-description {
  float: left;
}

#products.list .product-description {
  width: calc(100% - 200px);
  padding-left: 20px;
}

#products.list .product-price-and-shipping,
#products.list .product-discount {
  text-align: right;
  display: block;
}

#products.list .review-and-vendor {
  display: flex;
  flex-direction: column-reverse;
}

#products.list .product-miniature .product-title {
  max-width: 500px;
}

#products.grid .product-miniature .product-title a,
#products.grid .product-miniature .product-title .custom-link {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  text-decoration: none;
  display: -webkit-box;
  max-width: 200px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#products .list-add-to-cart {
  display: none !important;
}

#products.list .grid-add-to-cart {
  display: none !important;
}

#products.list .list-add-to-cart {
  display: block !important;
}

#products.list .list-add-to-cart .btn-primary.add-to-cart {
  width: 220px;
  opacity: 1;
  visibility: visible;
  margin-top: 6px;
}

#products .product-discount .discount-percentage,
#products .product-discount .regular-price {
  font-size: 14px;
}

#products .product-discount .discount-percentage {
  border-right: solid 1px;
  margin-right: 8px;
  border-color: #e4004452;
}

#products.list .add-to-cart-holder form {
  display: block;
  text-align: right;
}

#products.list .add-to-cart-holder form {
  min-height: unset;
}

/*#products.list .product-miniature .product-price-and-shipping {*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    position: absolute;*/
/*    right: 0;*/
/*}*/

#products.list .wishlist-button-add {
  opacity: 1;
  visibility: visible;
  display: block;
  bottom: 0;
  top: unset;
  left: 211px;
  width: 170px;
  display: flex;
}

#products.list .wishlist-button-add::after {
  display: block;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 300;
}

.product-middle-container .wishlist-button-add::after,
.mobile-actions-hook .wishlist-button-add::after {
  display: block;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 300;
}

.lang-bg .product-middle-container .wishlist-button-add::after,
.lang-bg .mobile-actions-hook .wishlist-button-add::after,
.lang-bg #products.list .wishlist-button-add::after {
  content: "Добави в любими";
}

.lang-el .product-middle-container .wishlist-button-add::after,
.lang-el .mobile-actions-hook .wishlist-button-add::after,
.lang-el #products.list .wishlist-button-add::after {
  content: "Προσθήκη στα αγαπημένα";
}

.lang-ro .product-middle-container .wishlist-button-add::after,
.lang-ro .mobile-actions-hook .wishlist-button-add::after,
.lang-ro #products.list .wishlist-button-add::after {
  content: "Adauga la favorite";
}

#products.list .product-miniature .thumbnail-top {
  margin: 20px 0;
}

#products.list .js-product:hover .product-miniature {
  box-shadow: none;
}

#products.list .product-miniature .product-title a,
#products.list .product-miniature .product-title .custom-link {
  font-size: 15px;
}

.pagination .col-md-4 {
  display: none;
}

.pagination .col-md-6 {
  width: 100%;
  margin: 0;
}

.pagination .page-list {
  display: flex;
  justify-content: center;
}

#choose-by-category .widget-image-caption {
  cursor: pointer;
}

#choose-by-category .ce-caption:hover .widget-image-caption {
  text-decoration: underline;
}

/*product page css*/

label.lizingtbi{

}

#product #cm-payments {
  display: none;
  position: fixed;
  width: 900px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100000;
  box-shadow: 0 6px 10px #00000040;
  border-radius: 5px;
  background: #ffffff;
  max-height: 100%;
  overflow: auto;
}

#cm-payments #cm-months {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  width: 100%;
  max-width: 520px;
  height: 45px;
  color: #000000;
  font-size: 17px;
  -webkit-appearance: none;
  padding-left: 30px;
}

#cm-payments h3.card-header {
  font-size: 22px;
  background: #e2e2e2;
  padding: 23px 30px;
  line-height: 1;
  border-radius: 5px 5px 0px 0px;
  border: none;
}

#cm-payments>.card-block {
  padding: 30px;
}

#cm-payments .cm-subtitle,
.cm-payments-additinal-info {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
}

#cm-payments .cm-subtitle strong {
  font-weight: 400;
}

.cm-payment-method {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 17px;
  display: flex;
}

.cm-payment-method.selected-method {
  border-color: #e40044;
}

.cm-payment-radio {
  width: 50px;
}

.cm-payment-name {
  width: 234px;
  text-align: left;
  margin-right: 15px;
}

#cm-payments .cm-months-container{
  position: relative;
  max-width: 520px;
}

#cm-payments .cm-months-container::before {
  position: absolute;
  top: 11px;
  right: 15px;
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 23px;
  pointer-events: none;
  color: #000000;
}

.cm-payment-info {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: space-between;
  justify-content: center;
  align-items: stretch;
  width: calc(100% - 250px);
}



.cm-payment-name strong,
.cm-payment-info p strong {
  color: #000000;
  text-transform: uppercase;
  display: block;
  margin-bottom: 17px;
  font-size: 18px;
}

.video-title {
  margin-left: 10px;
}

.cm-payment-info .cm-payment-column {
  border-right: solid 1px #e2e2e2;
  padding: 0 14px;
  text-align: left;
}

.cm-payment-info .cm-payment-column.months {
  border: none;
}

.cm-payment-column span {
  color: #000000;
  font-size: 18px;
}

strong > .cm-payment-total {
  margin-left: 15px;
  border-top: solid 1px #e2e2e2;
  padding: 15px 15px 0px 15px;
}

.cm-payment-total p {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}

.cm-payment-radio .radiobtn:after {
  content: "";
  display: none;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e10146;
  position: absolute;
}



.cm-payment-total > p > span:nth-child(2){
  display: inline-block;
  min-width: 166px;
  text-align: left;
  margin-left: 30px;
}


.cm-payment-radio input {
  display: none;
}

.cm-payment-radio {
  display: flex;
  align-content: center;
  align-items: center;
}

.cm-payment-radio input~.radiobtn {
  background-color: #ffffff;
}

.cm-payment-radio input:checked~.radiobtn:after {
  display: block;
}

.cm-payment-radio .radiobtn {
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  border: solid 1px #e00247;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  position: relative;
  margin-bottom:0;
}

.product-right-container .product-actions #cm-payment-methods .add-to-cart {
  width: 240px;
  float: right;
  background: none;
  height: 46px;
  border: solid 1px;
  border: 1px solid #e40044;
  border-radius: 70px;
  color: #e40044;

}

.product-right-container .product-actions #cm-payment-methods .add-to-cart:hover {
  color: #ffffff;
}

.js-product-container {
  display: flex;
  width: 100%;
  min-width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
}

.product-left-container {
  max-width: 488px;
  flex: auto;
}

.product-middle-container {
  max-width: 588px;
  padding: 0 10px 0 16px;
  flex: auto;
}

.product-right-container {
  max-width: 362px;
  flex: auto;
}

.product-bottom-container {
  width: 100%;
  margin-top: 20px;
}

.product-middle-container h1 {
  font-size: 19px;
}

.product-middle-container .product-manufacturer {
  margin-bottom: 10px;
}

.product-middle-container .product-manufacturer a {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  text-decoration: underline;
}

.product-middle-container .ets_rv_grade_stars i.ets_svg_icon {
  margin-right: 3px !important;
}

.ets_rv_wrap {
  display: block !important;
}

.product-middle-container .ets_rv_grade_stars .ets-rv-comments-nb,
.product-middle-container .product-reference *,
.vendor-info-box span {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
}

.questions-num {
  font-size: 15px;
  color: #000000;
  font-weight: 300;
  margin-left: 8px;
  padding-left: 8px;
  position: relative;
}

.questions-num::before {
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background: #000000;
  float: left;
  position: absolute;
  left: 0;
  top: 3px;
}

.product-middle-container .product-reference {
  float: right;
}

.product-middle-container .product-list-reviews {
  display: none;
}

.product-middle-container .ets-rv-product-comments-additional-info {
  margin: 15px 0;
}

.product-middle-container .product-vendor a {
  text-decoration: underline;
}

.vendor-info {
  display: flex;
  justify-content: flex-start;
  border-bottom: solid 1px #e2e2e2;
  padding-bottom: 10px;
  margin-top: 10px;
}

.vendor-info .vendor-info-box {
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.vendor-info .vendor-info-box svg {
  margin-right: 10px;
}

.vendor-deliver-option {
  margin-top: 10px;
  border-bottom: solid 1px #e2e2e2;
  padding-bottom: 10px;
  font-weight: 300;
}

.vendor-deliver-option strong {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.vendor-deliver-option .vendor-delivery-price {
  color: #0066c0;
}

.vendor-deliver-option img {
  margin-right: 10px;
}

.product-variants {
  padding-top: 15px;
  border-bottom: solid 1px #e2e2e2;
  padding-bottom: 20px;
}

.product-right-container .product-variants {
  padding: 0;
  border: none;
  margin: 0;
}

.product-variants .variants {
  margon-top: 15px;
}

.product-variants .product-variant {
  display: inline-block;
  margin-right: 15px;
}


.product-variants .product-variant img,
.product-variants.size-variants .product-variant {
  border: solid 1px #dddddd;
  transition: all 0.5s ease;
  border-radius: 5px;
}

.product-variants .product-variant.selected img,
.product-variants .product-variant:hover img,
.product-variants.size-variants .product-variant.selected,
.product-variants.size-variants .product-variant:hover {
  border-color: #e40044;
}

.chosen-variant {
  margin-bottom: 15px;
  display: block;
  font-size: 15px;
  font-weight: 300;
}

.chosen-variant strong {
  font-weight: bold;
}

/*.product-variants.size-variants {*/
/*    padding-top: 0;*/
/*}*/

.product-variants.size-variants a {
  padding: 10px 0;
  line-height: 1;
  font-size: 13px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 15px;
  width: 15%;
  text-align: center;
}

.product-middle-container .wishlist-button-add,
.mobile-actions-hook .wishlist-button-add {
  width: auto;
  box-shadow: none;
  margin-left: 0;
  opacity: 1 !important;
  height: unset;
  padding: 0;
  float: left;
}

.product-middle-container .social-sharing,
.mobile-actions-hook .social-sharing {
  float: left;
  width: auto;
  margin-top: 0 !important;
  display: block;
  margin-left: 25px;
  width: 103px;
  text-align: center;
}

.lang-el .product-middle-container .social-sharing {
  width: 88px;
}

.product-middle-container .social-sharing>span,
.mobile-actions-hook .social-sharing>span,
.print-button {
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
  line-height: 23px;
}

.social-sharing>span::before {
  content: "";
  background: url("../images/share.svg");
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}

.social-sharing>span:hover:before {
  background: url("../images/share-avtive.svg");
}

.product-information .print-button {
  margin-left: 30px;
  display: none;
}

.social-sharing a svg {
  display: block;
  width: 32px;
  height: 32px;
}

.social-sharing ul {
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  height: 0;
}

.social-sharing ul.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.infobox-lichna-grija {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding: 15px 20px;
  background: #F5F5F5;
  border-radius: 5px;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}

.infobox-lichna-grija-clickable {
  cursor: pointer;
}

.infobox-lichna-grija img.infobox-lichna-grija-img {
  width: 22px;
  height: 22px;
  margin-right: 15px;
}

.infobox-lichna-grija img.infobox-lichna-grija-strelka {
  width: 8px;
  height: 14px;
  margin-left: 15px;
}

.infobox-lichna-grija span {
  font-size: 14px;
  width: 100%;
}

.infobox-lichna-grija-modal {
  position: relative;
  padding: 50px 40px;
  background-color: #fff;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  width: 542px;
  z-index: 21421421412;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 560px) {
  .infobox-lichna-grija-modal {
    width: 95vw;
  }

  .infobox-lichna-grija img.infobox-lichna-grija-strelka {
    width: 10px;
    height: 18px;
  }

  .infobox-lichna-grija img.infobox-lichna-grija-img {
    width: 32px;
    height: 32px;
  }

  .infobox-lichna-grija span {
    font-size: 15px;
  }
}

#infobox-lichna-grija-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

#infobox-lichna-grija-modal_wrapper {
  background-color: rgba(17, 17, 17, 0.5) !important;
  position: fixed;
  padding: 0;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999996;
  display: none;
}

.infobox-lichna-grija-modal > * {
  color: #000;
  margin-bottom: 20px;
}

.infobox-lichna-grija-modal > span > * {
  color: #000;
  margin-bottom: 20px;
}

.infobox-lichna-grija-modal > span > p:nth-last-child(1) {
  color: #000;
  margin-bottom: 0px;
}

.social-sharing li {
  display: inline-block;
}

.wishlist-button-add:active {
  transform: unset !important;
}

.wishlist-button-add:hover::after,
.product-middle-container .social-sharing>span:hover,
.print-button:hover {
  text-decoration: underline;
}

.product-right-container .current-price-value {
  font-size: 30px;
  font-weight: 900;
  color: #000;
}

.product-right-container .product-actions .add-to-cart {
  border-radius: 30px;
  transition: background-color 0.2s;
  width: 100%;
  padding: 12px;
  outline: none;
}

.product-right-container .product-actions .add-to-cart i {
  display: none;
}

.product-right-container .product-quantity {
  flex-direction: column;
}

.product-right-container {
  position: relative;
  margin-top: 45px;
  border: 1px solid #e2e2e2;
  padding: 0 10px 20px 10px;
}

.product-middle-container .wishlist-button-add,
.product-middle-container .social-sharing,
.print-button {
  margin-top: 15px !important;
  float: left;
}

.out-of-stock-label,
.in-stock-label {
  font-weight: bold;
  font-size: 13px;
  position: absolute;
  top: -40px;
  right: 0;
  color: #ffffff;
  padding: 3px 14px;
  border-radius: 3px;
}

.in-stock-label {
  background: #449902;
}

.out-of-stock-label {
  background: #e40044;
}

.product-right-container .product-quantity {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.product-right-container .qty {
  min-width: 72px;
  margin-right: 0;
}

.product-quantity #quantity_wanted {
  text-align: center;
}

.product-right-container .product-discount {
  display: block;
}

.product-right-container .product-discount .promo-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.product-right-container .product-discount .regular-price {
  margin: 0;
}

.product-discount .left-promo {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}

.product-discount .right-promo,
.product-discount .right-promo span {
  font-size: 15px;
  color: #000000;
  font-weight: 300;
}

.product-right-container .current-price .discount.discount-amount,
.tax-shipping-delivery-label {
  display: none;
}

.product-right-container .product-price {
  display: block;
  text-align: right;
}

.product-right-container .product-price.has-discount {
  margin-top: 25px;
}

.product-right-container .product-quantity .input-group-btn-vertical .btn i {
  font-size: 14px;
  left: 0;
  right: 0;
  top: 4px;
}

.product-right-container .product-quantity .control-label {
  font-size: 15px;
  font-weight: bold;
}

.credit-button {
  border-radius: 30px;
  border: solid 2px #e40044;
  margin-top: 15px;
  display: block;
  padding: 6px;
  text-align: center;
  height: 46px;
  line-height: 1;
}

.credit-button strong {
  font-size: 15px;
  display: block;
  color: #e40044;
}

.credit-button span {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}

.price-match-button::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNiI+PHBhdGggZD0iTTEzLjQyNCAyLjg2YTIxLjIzMSAyMS4yMzEgMCAwMS0zLjIwOS0xLjEzOUEyMS44MTggMjEuODE4IDAgMDE3LjI2OC4xNjVMNyAwbC0uMjYyLjE3YTIxLjgxNyAyMS44MTcgMCAwMS0yLjk0NyAxLjU1NkEyMS4yMzEgMjEuMjMxIDAgMDEuNTc2IDIuODYxbC0uMzY0LjA5MXY0LjA0NGMwIDYuNDkyIDYuNTYgOC45MiA2LjYyMyA4Ljk0Nkw3IDE2bC4xNjUtLjA1OGMuMDY4IDAgNi42MjMtMi40NDggNi42MjMtOC45NDZWMi45NTJ6TTExLjIxIDYuMDgzbC01LjQxNiA1LjI2TDIuNzMgOC4yNzZhLjY4NS42ODUgMCAwMS45Ny0uOTY5bDIuMTEzIDIuMTQ4IDQuNDU1LTQuMzY0YS42ODUuNjg1IDAgMDEuOTcuOTd6IiBmaWxsPSIjNWE1YTVhIi8+PC9zdmc+);
  width: 0.875rem;
  height: 1rem;
  margin-right: 0.375rem;
}

.price-match-button {
  font-size: 15px;
  font-weight: bold;
  color: #5a5a5a;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  width: 146px;
  margin: 10px auto;
  position: relative;
  cursor: pointer;
  padding: 5px;
}

.lang-el .price-match-button {
  justify-content: center;
  width: 100%;
}

.price-match-text {
  position: absolute;
  top: 36px;
  padding: 1.125rem;
  border-radius: 0.3125rem;
  background: #ededed;
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.12);
  cursor: auto;
  min-width: 316px;
  position: absolute;
  left: -84px;
  border: solid 1px #e0e0e0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 99;
}

#product-availability {
  display: none;
}

.price-match-button:hover .price-match-text {
  visibility: visible;
  opacity: 1;
}

.price-match-text::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: inherit;
  border-color: #e0e0e0 transparent transparent #e0e0e0;
  border-style: solid;
  border-width: 1px;
}

.price-match-text p {
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  color: #3f3f40;
  margin: 0;
}

.price-match-text a {
  font-size: 14px;
  text-align: left;
  float: left;
  text-decoration: underline;
  font-weight: 400;
  color: #0066c0;
}

.slider-thumbs-container ul,
.mobile .slider-thumbs-container-popup ul {
  width: 338px;
  overflow: hidden;
}

.mobile .slider-thumbs-container ul,
.mobile .slider-thumbs-container-popup ul {
  margin: 0 auto;
}

.mobile .slider-thumbs-container-popup ul li,
.mobile .slider-thumbs-container ul .slick-track li {
  min-height: 68px;
  display: flex;
  flex-direction: row;

  justify-content: center;
  align-items: center;
}

.video-thumb {
  position: relative;
}

.video-thumb .fa {
  position: absolute;
  color: #ffffff;
  font-size: 24px;
  opacity: 0.6;
}

.slider-thumbs-container ul .slick-list {
  padding: 0 !important;
}

.slider-thumbs-container ul .slick-track li,
.slider-thumbs-container-popup li {
  overflow: hidden;
  padding: 5px;
  cursor: pointer;
}

/* the slides */

/* the parent */
/*.slider-thumbs-container ul .slick-list {*/
/*    margin-left: -5px !important;*/
/*}*/

.slider-thumbs-container ul .slick-track li img,
.slider-thumbs-container-popup li img {
  width: 100%;
  height: auto;
  border: solid 1px #aaaaaa;
  border-radius: 4px;
}

.slider-thumbs-container ul .slick-track li.slick-current img {
  border-color: #e40044;
}

.slider-thumbs-container ul .slick-list .slick-track {
  min-width: 274px;
}

.slider-thumbs-container {
  margin-top: 20px;
  position: relative;
}

.video-toggle {
  position: absolute;
  top: 5px;
  right: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.video-toggle span {
  font-size: 15px;
  color: #000000;
  font-weight: 300;
  width: 92px;
  display: block;
}

.video-toggle i {
  color: #e40044;
  font-size: 20px;
  padding: 18px 20px;
  border: solid 1px #aaaaaa;
  border-radius: 3px;
}

.slider-container {
  background: #ffffff;
  z-index: 99999;
  margin: 0 auto;
  overflow-y: auto;
  max-height: 48rem;
  height: 100%;
  overflow-x: hidden;
  border-radius: 5px;
  position: relative;
}

.mobile .slider-container {
  padding-top: 42px;
}

.top-mobile-slider {
  margin-bottom: 30px;
}

.slider-vid-popup {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  max-width: 1420px;
  z-index: 99999999;
  margin: 0 auto;
  background: #ffffff;
}


.mobile .images-container .main-slider img,
.mobile .top-mobile-slider img {
  padding: 4px;
}

.top-mobile-slider .zoom,
.main-slider-popup .zoom {
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.top-mobile-slider .zoom img,
.main-slider-popup .zoom img {
  display: block;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.top-mobile-slider .zoom-transition,
.main-slider-popup .zoom-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

#Layer_1 {
  display: none;
}

.mobile #Layer_1 {
  display: block;
}

.images-container #Layer_1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}

.zoom {
  cursor: pointer;
}

.cls-1 {
  fill: #fff;
}

.cls-2 {
  fill: #e40044;
}

.mobile .slider-vid-popup {
  top: 0;
  height: 100%;
}

.close-product-gallery {
  position: absolute;
  z-index: 999999;
  top: 15px;
  right: 20px;
}

.close-product-gallery svg {
  width: 30px;
  height: 30px;
}

.images-container .main-slider:hover {
  cursor: zoom-in;
}

.product-popup-active .slider-vid-popup {
  opacity: 1;
  visibility: visible;
}

.slider-vid-popup .product-slider-overlay {
  opacity: 0.39;
  background: #000000;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}

.slider-content {
  padding: 16px 19px 26px;
}

.left-col-slider,
.right-col-slider,
.video-content-left,
.video-content-right {
  float: left;
}

.left-col-slider,
.video-content-left {
  width: 40%;
}

.right-col-slider,
.video-content-right {
  width: 60%;
}

.desktop .slider-thumbs-container-popup .slick-track {
  display: flex;
  flex-flow: row wrap;
  width: 100% !important;
  transform: none !important;
}

.desktop .slider-thumbs-container-popup .slick-slide {
  padding: 13px;
  cursor: pointer;
}

.desktop .slider-thumbs-container-popup .slick-slide img {
  width: 78px;
  height: auto;
  border-radius: 3px;
  border: 1px solid transparent;
}

.slider-thumbs-container-popup .slick-slide.slick-current img {
  border-color: #e23c75;
}



.slider-video-toggle {
  border-bottom: 1px solid #e2e2e2;
  margin: 40px 31px 0;
  position: relative;
}

.close-slider-popup svg {
  width: 32px;
  display: block;
  height: 32px;
}

.close-slider-popup {
  position: absolute;
  right: 0;
  cursor: pointer;
  bottom: 6px;
}

.toggle-slider-pictures,
.toggle-slider-videos {
  font-size: 19px;
  font-weight: 300;
  color: #000000;
  padding: 10px 0;
  display: inline-block;
  cursor: pointer;
  margin-right: 15px;
  position: relative;
}

.toggle-slider-pictures.active::after,
.toggle-slider-videos.active::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #000000;
}

.main-slider-popup .slick-arrow {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  width: 44px;
  height: 44px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-slider-popup .slick-arrow::before {
  display: none;
}

.main-slider-popup .slick-arrow i {
  font-size: 30px;
  color: #ffffff;
}

.right-col-slider .main-slider-popup img {
  max-height: 600px;
  margin: 0 auto;
  width: auto;
  background: #ffffff;
}

.right-col-slider {
  padding-bottom: 20px;
}

figure.containerZoom {
  width: 600px;
  margin: 0 auto;
}

.mobile figure.containerZoom {
  width: 345px;
  margin: 0 auto;
  max-width: 100%;
}

.main-slider-popup .slick-arrow.pull-left {
  left: 0;
}

.main-slider-popup .slick-arrow.pull-left i {
  margin-right: 2px;
}

.main-slider-popup .slick-arrow.pull-right i {
  margin-left: 2px;
}

.main-slider-popup .slick-arrow.pull-right {
  right: 0;
}

.video-content,
.slider-content {
  display: none;
}

.video-content.active,
.slider-content.active {
  display: block;
}

.video-content {
  padding: 32px;
  float: left;
  width: 100%;
}

.video-content-left .video-thumb {
  width: 100%;
  display: block;
  margin-bottom: 14px;
}

.video-content-left .video-thumb img,
.video-content-right iframe {
  border-radius: 5px;
}

.resealed-products-top {
  background: #e2e2e2;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.resealed-products {
  margin-bottom: 20px;
}

.resealed-title {
  font-size: 19px;
  font-weight: bold;
  color: #000000;
  padding-left: 33px;
}

.resealed-badges>span {
  padding-right: 33px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.resealed-badges svg {
  margin-right: 8px;
}

.waranty-badge svg {
  width: 16px;
  height: 19px;
}

.test-badge svg,
.return-badge svg {
  width: 20px;
  height: 20px;
}

.resealed-badges {
  display: flex;
  align-items: center;
}

.resealed-label {
  border: 1px solid #000000;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 10px;
}

.resealed-info {
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  display: block;
  margin-top: 10px;
}

.resealed-product {
  padding: 15px 33px;
  border-left: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
  display: flex;
}

.resealed-description {
  width: 36%;
}

.resealed-price-and-button {
  width: 64%;
  display: flex;
  justify-content: space-between;
}

.resealed-prices {
  display: flex;
  flex-direction: column;
  padding-left: 100px;
}

.resealed-prices .regular-price {
  color: #000000;
  font-weight: 300;
  font-size: 15px;
}

.resealed-prices .resealed-price {
  color: #000000;
  font-weight: 900;
  font-size: 21px;
  margin: 5px 0;
}

.resealed-prices .resealed-price-discout {
  color: #e40144;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
}

.resealed-button button {
  width: 300px;
  height: 42px;
  border: 1px solid #e40144;
  border-radius: 70px;
  background: #ffffff;
  font-weight: bold;
  color: #e40144;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.resealed-button {
  display: flex;
  align-items: center;
}

.resealed-button button:hover,
.offer-prices .offer-add-to-cart:hover,
.offer-vendor-button .offer-add-to-cart:hover {
  border: 1px solid #e40144 !important;
  background: #e40144;
  color: #ffffff;
}

.product-features dt.name {
  max-width: calc(16% - 10px);
  width: calc(16% - 10px);
}

.product-features dd.value {
  max-width: 84%;
  width: 84%;
  min-width: 84%;
  margin-right: 0 !important;
}

.product-features .h6 {
  padding-bottom: 9px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 19px;
}

.offers-trigger {
  font-size: 19px;
  font-weight: 300;
  border: solid 1px #e2e2e2;
  height: 54px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  bottom: -80px;
  width: 100%;
  left: 0;
  border-radius: 5px;
  cursor: pointer;
}

.offers-trigger strong {
  font-weight: bold;
  margin-left: 5px;
}

.other-offers-modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 840px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transform: translate3d(110%, 0px, 0px);
  transition: all 0.5s ease;
}

.modal-title {
  font-size: 19px;
  font-weight: 300;
  margin: 30px 45px;
  border-bottom: solid 1px #000000;
  padding-bottom: 30px;
  position: relative;
}

.modal-title strong {
  font-weight: bold;
}

.close-offers svg {
  width: 32px;
  display: block;
  height: 32px;
}

.close-offers {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 30px;
  right: 45px;
}

.offers-modal-content {
  margin: 0 45px;
}

.offer-product-alleop {
  display: flex;
  border-bottom: solid 1px #e2e2e2;
  padding-bottom: 30px;
}

.offer-image {
  margin-right: 50px;
}

.offer-ptoduct-title a {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #000000;
}

.offer-delivery-label {
  background: #3c9502;
  color: #ffffff;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 10px;
  margin-bottom: 9px;
  display: inline-block;
}

.offer-product-desc {
  display: flex;
  justify-content: space-between;
}

.offer-additional-info {
  background: #f2f2f2;
  padding: 15px;
  border-radius: 10px;
  min-width: 230px;
}

.delivery-from {
  font-size: 17px;
}

.delivery-from a {
  font-weight: 300;
  color: #000000;
  text-decoration: underline;
}

.offer-additional-info .vendor-info,
.offer-product .vendor-info {
  flex-direction: column;
  padding-bottom: 0;
  border: none;
}

.offer-additional-info .vendor-info .vendor-info-box,
.offer-product .vendor-info .vendor-info-box {
  margin-bottom: 10px;
}

.offer-prices {
  margin-top: 15px;
  width: 180px;
}

.offer-prices .offer-price,
.offer-vendor-price .offer-price {
  font-size: 17px;
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
}

.offer-vendor-price {
  padding-top: 36px;
}

.offer-prices .offer-delivery-price,
.offer-delivery-price {
  font-weight: 300;
  font-size: 17px;
}

.offer-prices .offer-add-to-cart,
.offer-vendor-button .offer-add-to-cart {
  margin-top: 37px;
  background: #ffffff;
  border: solid 1px #e40044;
  font-size: 15px;
  border-radius: 30px;
  width: 100%;
  padding: 10px;
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #e40044;
}

.offer-additional-info>.vendor-info>.vendor-info-box:nth-child(3) {
  margin-bottom: 0;
}

.offer-product {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
  border-bottom: solid 1px #e2e2e2;
}

.offer-product .offer-vendor,
.offer-product .offer-vendor-info,
.offer-product .offer-vendor-price,
.offer-product .offer-vendor-button {
  flex: 1 0 21%;
  margin: 5px;
}

.offer-product .delivery-from a {
  margin-top: 10px;
  display: block;
}

.offer-product .offer-vendor-button .offer-add-to-cart {
  margin-top: 25px;
}

.other-offers-show .other-offers-modal {
  transform: translate3d(0%, 0px, 0px);
}

#product .product-bottom-container .tabs {
  margin-top: 0;
}

#product span.ets_rv_grade_stars_percent {
  background: linear-gradient(90deg, #e30044, #8a2386) !important;
}

#product .ets-rv-comment-content .product-comment-image-html li.ets_rv_image_item {
  border-radius: 5px;
  width: 90px;
}

#product .pdf-attachment svg {
  fill: #e40044 !important;
  width: 27px;
  height: 31px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 25px;
}

#product .pdf-attachment a {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  padding: 20px 20px 14px 20px;
  width: 174px;
  display: block;
  height: 100%;
  transition: all 0.5s ease;
}

#product .pdf-attachment a:hover {
  box-shadow: 0px 3px 6px #0000005c;
}

#product .pdf-attachment .pdf-name {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  display: block;
  line-height: 1;
  min-height: 30px;
}

#product .product-attachments {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}

#product span.pdf-format-size {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #000000;
  width: 100%;
  padding-left: 30px;
  padding-top: 3px;
}

.product-attachments-section .section-title {
  font-size: 19px;
  border-bottom: 1px solid #e2e2e2;
  display: block;
  padding-bottom: 13px;
  margin-bottom: 14px;
  font-weight: bold;
}

#product .product-features {
  margin-left: 0;
}

#product .ets_rv_average_rating .ets_svg_icon span {
  font-size: 30px;
}

#product .ets_rv_average_rating .ets_svg_icon {
  margin: 10px 4px;
}

#product span.ets_rv_grade_stars_type {
  display: none;
}

#product .ets_rv_statistic_rating .info-statistic,
#product .ets_rv_statistic_rating .ets_rv_grade_stars_total {
  font-size: 13px;
  font-weight: 300;
}

#product .ets_rv_statistic_rating .info-statistic .star_full {
  color: #ffdd00;
  font-size: 17px;
}

#product .ets_rv_statistic_rating>div {
  display: flex;
  align-items: center;
}

#product .ets_rv_statistic_rating .info-statistic {
  margin-right: 5px;
}

#product .ets_rv_statistics .reviews-info>span {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

#product .ets_rv_statistics .reviews-info p {
  font-size: 15px;
  font-weight: 300;
  color: #000000;
}

#product .ets_rv_statistics .reviews-info {
  float: left;
  text-align: left;
  width: 402px;
}

.enter-review .star_empty {
  color: #e2e2e2;
  font-size: 37px;
}

.enter-review .ets-rv-btn-comment {
  background: #e40044 !important;
  border: solid 1px #e40044 !important;
}

.ets_rv_review_filter .ets_rv_filter>li.ets_rv_sort_by .ets_rv_bulk_actions:hover {
  border: solid 1px #e40044 !important;
}

.enter-review .btn-question,
.enter-review .ets-rv-btn-comment {
  border: none;
  border-radius: 30px;
  width: 186px;
  height: 39px;
  margin-right: 25px;
  font-size: 15px;
  font-weight: 300;
}

.enter-review .btn-question {
  background: #e2e2e2 !important;
  color: #000000 !important;
  border: none;
}

.enter-review .ets-rv-btn-comment i,
.enter-review .btn-question i {
  display: none;
}

.enter-review {
  display: flex;
  align-items: center;
}

.ets-rv-product-comment-list-item .ets-rv-comment-author .ets_rv_avatar_caption {
  display: none;
}

.ets-rv-product-comment-list-item {
  display: flex;
  padding: 0;
  border-bottom: solid 1px #ddd;
  margin-bottom: 10px;
}

.ets-rv-product-comment-list-item .comment-left {
  width: 270px;
  font-size: 15px;
  font-weight: bold;
  color: #0066c0;
  flex: 0 0 10%;
}

.ets_rv_tabs .ets_rv_tab_content {
  padding-top: 20px;
}

.ets-rv-comment-author-rate .comment-title {
  font-weight: bold;
  color: #000000;
  font-size: 15px;
  margin-left: 10px;
}

.review-date.ets_rv_form_date_add {
  display: block;
  width: 100%;
  clear: both;
  text-align: left;
}

#product .ets-rv-comment-author-rate {
  justify-content: flex-start;
}

.ets-rv-product-comment-list-item .review-date-add span {
  color: #000000;
  font-size: 13px;
  font-weight: 300;
  margin-top: 4px;
  display: block;
}

#product .ets-rv-comment-buttons .label_helpful {
  display: none;
}

#product .ets-rv-comment-buttons .useful-product-comment,
#product .ets-rv-comment-buttons .ets-rv-not-useful-product-comment,
#product .ets-rv-comment-buttons .ets-rv-report-abuse-product-comment {
  color: #0066c0;
  border: 1px solid #0066c0;
  border-radius: 5px;
  width: 123px;
  height: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

#product .ets-rv-comment-buttons .useful-product-comment:hover,
#product .ets-rv-comment-buttons .ets-rv-not-useful-product-comment:hover,
#product .ets-rv-comment-buttons .ets-rv-report-abuse-product-comment:hover,
#product .ets-rv-comment-buttons .hover3.current {
  color: #ffffff !important;
  background: #0066c0 !important;
}

#product .ets-rv-comment-buttons .useful-product-comment span,
#product .ets-rv-comment-buttons .ets-rv-not-useful-product-comment span {
  margin-left: 3px;
}

#product .product-comment-content_images_videos .product-comment-image-html ul.ets_rv_images {
  float: left;
  margin-bottom: 13px;
}

#product .ets-rv-comment-buttons.btn-group {
  margin-top: 3px;
  float: left;
}

#ets-rv-report-comment-confirmation .post-comment-buttons button,
#product .ets-rv-product-comment-modal .post-question-buttons button.btn {
  border-radius: 30px;
  min-width: 120px;
}

#ets-rv-report-comment-confirmation .post-comment-buttons button.confirm-button,
.ets-rv-product-comment-modal .post-comment-buttons button.ets-rv-btn-comment,
#product .ets-rv-product-comment-modal .post-question-buttons button.btn {
  color: #ffffff;
  background: #e40044 !important;
  border-color: #e40044 !important;
}

#ets-rv-report-comment-confirmation .post-comment-buttons button.refuse-button,
.ets-rv-product-comment-modal .post-comment-buttons button.cancel_button,
#product button.btn.btn-primary.btn-question-inverse.ets-rv-btn-question-big.cancel_button {
  background: #ffffff !important;
}

#product button.btn.btn-primary.btn-question-inverse.ets-rv-btn-question-big.cancel_button {
  color: #e40044 !important;
}

#ets-rv-report-comment-confirmation .post-comment-buttons button.confirm-button:hover,
#ets-rv-report-comment-confirmation .post-comment-buttons button.refuse-button:hover,
.ets-rv-product-comment-modal .post-comment-buttons button.ets-rv-btn-comment:hover,
.ets-rv-product-comment-modal .post-comment-buttons button.cancel_button:hover,
.enter-review .ets-rv-btn-comment:hover,
.enter-review .btn-question:hover,
#product button.btn.btn-primary.btn-question-inverse.ets-rv-btn-question-big:hover,
#product .ets-rv-product-comment-modal .post-question-buttons button.btn:hover {
  color: #e40044 !important;
  background: #ffffff !important;
  border: solid 1px #e40044 !important;
}

.ets-rv-product-comment-modal .post-comment-buttons button {
  border-radius: 30px;
  min-width: 140px;
}

.ets-rv-product-comment-list-item.question {
  border: 1px solid #f0f0f0;
  margin: 15px;
  min-height: 100px;
  padding-top: 15px;
  position: relative;
  border-radius: 5px;
  padding-left: 20px;
}

.ets-rv-product-comment-list-item.question .ets_rv_answer_list.answer {
  padding-left: 0;
}

.ets-rv-product-comment-list-item.question .review-date.ets_rv_form_date_add {
  display: none;
}

.ets-rv-product-comment-list-item.question::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #e40044;
  width: 1.875rem;
  height: 1.875rem;
  left: -1rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTYuMzEzIDBDMy44MiAwIDIuMjAyIDEuMDIzLjkzMyAyLjg0NGEuNzUxLjc1MSAwIDAwLjE2NSAxLjAyN2wxLjM0NyAxLjAyNGEuNzUuNzUgMCAwMDEuMDQtLjEzYy43OC0uOTggMS4zNjMtMS41NDYgMi41ODUtMS41NDYuOTYxIDAgMi4xNDkuNjE3IDIuMTQ5IDEuNTUgMCAuNzA4LS41NzggMS4wNjctMS41MjggMS41OTgtMS4xMDkuNjIxLTIuNTc0IDEuMzk1LTIuNTc0IDMuMzI4VjEwYzAgLjQxNC4zMzYuNzUuNzUuNzVoMi4yNjZhLjc1Ljc1IDAgMDAuNzUtLjc1di0uMThjMC0xLjM0IDMuOTE0LTEuMzk0IDMuOTE0LTUuMDIgMC0yLjczLTIuODMyLTQuOC01LjQ4NS00Ljh6TTYgMTEuNjcyQTIuMTY0IDIuMTY0IDAgMTA2IDE2YTIuMTY0IDIuMTY0IDAgMDAwLTQuMzI4em0wIDAiLz48L3N2Zz4=);
  background-position: 50%;
  background-repeat: no-repeat;
  top: 20px;
}

.question-title,
.ets_rv_answers_nb .ets_rv_answers_text,
.ets_rv_answers_nb .ets_rv_answers_text .ets_rv_nb_answers {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.ets-rv-product-comment-list-item .ets-rv-comment-infos .ets-rv-product-comment-title-html {
  display: block;
  width: 100%;
}

.comment-list-item.question .comment_arrow_total_ans>.useful-comment:before {
  content: "\f106" !important;
}

.comment_arrow_total_ans .ets-rv-not-useful-comment:before {
  content: "\f107" !important;
}

.comment-list-item.question .comment_arrow_total_ans>.useful-comment:before,
.comment_arrow_total_ans .ets-rv-not-useful-comment:before {
  border: none !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  left: 0;
  right: 0;
  font-size: 30px;
  color: #e40044;
}

.comment_arrow_total_ans .ets-rv-not-useful-comment:after {
  display: none !important;
}

.ets_rv_btn_add_reply {
  color: #e40044;
}

.comment_actions_right>span {
  border-radius: 5px;
}

#product .question .ets-rv-comment-buttons .hover3.current {
  background: none !important;
}

#ets-rv-post-product-comment-modal #ets-rv-post-product-comment-form .color1 {
  color: #ffdd00 !important;
  fill: #ffdd00 !important;
}

#product #description {
  position: relative;
}

#product #description .description-overlay,
#product #description .description-button {
  display: none;
}

#product #description.active-button .description-overlay,
#product #description.active-button .description-button {
  display: block;
}

#product #description .product-description {
  max-height: none;
  transition: max-height 0.5s ease-in;
}

#product #description.active-button .product-description {
  max-height: 500px !important;
  overflow: hidden !important;
}

.description-overlay {
  background: linear-gradient(to bottom, #ffffff00 0%, #ffffff 100%);
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.description-button {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: underline;
  color: #217ac8;
  cursor: pointer;
  padding: 10px;
  width: 160px;
  margin: 0 auto;
}

.product-flags li.product-flag.on-sale {
  display: none !important;
}

.mobile-actions-hook .nxtal-compare-icon {
  margin-left: 15px;
  display: inline-block;
  border-color: inherit;
  padding: 6px;
}

.product-information .nxtal-compare,
.mobile-actions-hook .nxtal-compare {
  float: left;
  display: inline-block;
  margin-right: 20px;
}

.product-information .nxtal-compare-icon,
.thumbnail-container .nxtal-compare-icon,
.mobile-actions-hook .nxtal-compare-icon {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  color: #e40044;
  position: relative;
  margin-top: 15px;
  margin-right: 60px;
}

body .product-information .nxtal-compare-icon,
body .mobile-actions-hook .nxtal-compare-icon {
  margin-left: 0;
}

.thumbnail-container .nxtal-compare-icon {
  border-color: #e40044;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-out;
}

.product-information .nxtal-compare-icon.active,
.thumbnail-container .nxtal-compare-icon.active,
.mobile-actions-hook .nxtal-compare-icon.active {
  background: #e40044;
  color: #ffffff;
  border-color: #e40044;
}

.compare-text {
  position: absolute;
  top: -1px;
  left: 30px;
  font-weight: 300;
  color: #000000;
}

body .list .thumbnail-container .nxtal-compare-icon {
  bottom: 11px;
  top: auto;
  left: 394px;
  right: unset;
  opacity: 1;
  visibility: visible;
}

body .list .product-miniature .nxtal-compare-icon .compare-text {
  display: block;
}

.product-information .nxtal-compare-icon .material-icons,
.thumbnail-container .nxtal-compare-icon .material-icons,
.mobile-actions-hook .nxtal-compare-icon .material-icons {
  font-size: 15px;
  width: auto;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
}

body .thumbnail-container .nxtal-compare-icon {
  position: absolute;
  margin: 0;
  top: 5px;
  right: 6px;
}

body .products article .wishlist-button-add {
  background: none;
  right: -4px;
  top: 25px;
}

.product-miniature .nxtal-compare-icon .compare-text,
.lang-ro .product-information>span.nxtal-compare-icon,
.lang-el .product-information>span.nxtal-compare-icon,
.lang-bg .product-information>span.nxtal-compare-icon {
  display: none;
}

body #nxtal-compare-tiker {
  bottom: 0;
  width: 100%;
  left: 0;
  top: unset;
  background: #ffffff;
  margin: 0;
}

.compare-holder {
  box-shadow: 0 0 11px 1px #dddd;
  padding: 10px;
}

.toggle-bottom {
  height: 50px;
  width: 40px;
  background: #e40044;
  border-radius: 0px 0px 5px 5px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  right: 0;
  cursor: pointer;
}

.active .toggle-bottom svg {
  transform: rotate(180deg);
}

.toggle-bottom::before {
  content: " ";
  position: absolute;
  top: 0;
  left: -4px;
  border-style: solid;
  border-width: 0 0.25rem 0.25rem 0;
  border-left: 5px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 5px solid #c2003a;
}

.compare-link-bar a {
  border: 1px solid #e40044;
  width: 145px;
  display: block;
  text-align: center;
  color: #e40044;
  font-weight: bold;
  font-size: 15px;
  border-radius: 30px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
}

.compare-link-bar a:hover {
  background: #e40044;
  color: #ffffff;
}

.compare-product-bar a {
  font-size: 15px;
  color: #000000;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 10px;
}

.compare-product-bar img {
  width: 84px;
}

.compare-product-bar {
  width: 266px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 10px 0;
}

.compare-bottom-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 100px;
  max-height: 0;
  transition: all 0.5s ease-in;
  opacity: 0;
}

.toggle-bottom svg {
  transition: all 0.5s ease-in;
}

#nxtal-compare-tiker.active .compare-bottom-bar {
  max-height: 300px;
  opacity: 1;
}

.compare-bottom-bar .material-icons {
  font-size: 17px;
  margin-right: -5px;
  cursor: pointer;
}

.compare-bottom-bar .material-icons:hover {
  color: #e40044;
}

.compare-top-bar,
.compare-bottom-bar {
  max-width: 1440px;
  margin: 0 auto;
}

.compare-left {
  font-weight: bold;
  font-size: 15px;
}

.compare-left span {
  margin-left: 5px;
}

.compare-top-bar {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.compare-link-bar {
  margin-right: 70px;
}

.nxtal-form-container .qty {
  display: none;
}

.compare-name,
.compare-current-product {
  display: block;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
  color: #000000;
}

#product #nxtal-compare-list .nxtal-compare-table td:nth-child(2) {
  background-color: #0000000d;
}

#nxtal-compare-list .nxtal-compare-table td {
  margin: 1px 0;
}

#nxtal-compare-list .nxtal-compare-table td:nth-child(2).default_1 {
  background: none !important;
}

.compare-current-product {
  font-style: italic;
  margin-top: 3px;
}

/*product css ends*/
.popup_login_form.ets-rv-product-comment-modal a.btn {
  border-radius: 30px;
}

/*cart css starts*/

.page-cart #wrapper {
  background: #f5f5f5;
}

.page-cart .cart-grid a.label {
  font-size: 15px;
  color: #000000;
  font-weight: 300;
  text-decoration: underline;
}

.page-cart .cart-container,
.page-cart .cart-summary {
  border: solid 1px #c5cbd5;
  border-radius: 5px;
}

/*cart css ends */

/*404 page css starts */
#pagenotfound #content-wrapper .page-header {
  display: none;
}

#pagenotfound #content {
  text-align: center;
}

/* 404 page css ends */

#pagenotfound .page-404-title {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 35px;
  display: block;
  margin-top: 30px;
}

.page-404 {
  padding: 40px 0;
}

.page-404-subtitle,
.no-results-right span {
  font-size: 21px;
  font-weight: 300;
  display: block;
  margin-top: 50px;
  margin-bottom: 25px;
}

.page-404 a {
  width: 210px;
  height: 42px;
  background: #e40044;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  margin: 0 auto;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}

.page-404 a:hover {
  background: #c30e4c;
}

.no-results-left,
.no-results-right {
  float: left;
}

.no-results-right {
  padding-left: 50px;
}

body .no-results-right span {
  margin-top: 30px;
}

.no-results-right strong {
  font-size: 17px;
  margin-bottom: 10px;
  display: block;
}

.no-results-right ul {
  padding-left: 19px;
}

.no-results-right ul li {
  font-size: 17px;
  font-weight: 300;
  list-style: disc;
  margin-bottom: 5px;
}

#search #product-list-header {
  margin-bottom: 25px;
}

/*account page css starts*/

.login-form,
#forgotten-password {
  position: relative;
  background: url("../images/store-theme-login.svg");
  width: 1010px;
  min-height: 700px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top;
}

.login-form {
  background-size: cover;
}

.login-form .form-group,
.forgotten-password .form-fields .center-email-fields {
  display: flex;
  flex-direction: column;
}

.login-form .form-group .col-md-6,
.forgotten-password .form-fields label.required,
.forgotten-password .form-fields .email,
.register-form #customer-form label.required {
  width: 100%;
}

.forgotten-password .form-fields label.required,
.register-form #customer-form label.required {
  text-align: left;
  padding-left: 0;
  font-weight: 300;
}

.login-form #login-form,
form.forgotten-password,
.register-form #customer-form {
  width: 330px;
  margin: 0 auto;
  padding-left: 66px;
  padding-top: 52px;
}

.login-form #login-form {
  padding-top: 72px;
  padding-left: 76px;
}

#login-form .form-control,
.forgotten-password .form-fields .email input,
.register-form #customer-form input {
  border-radius: 30px;
  line-height: 1;
  height: 42px;
}

.input-group .input-group-btn>.btn[data-action="show-password"] {
  background: url("../images/eye.svg");
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  min-width: 58px;
  outline: none;
}

#login-form .login-or-register,
.register-form .login-or-register {
  margin-top: 66px;
  text-align: center;
  margin-bottom: 30px;
}

.login-or-register a:hover,
.forgot-password:hover {
  text-decoration: underline;
}

.register-form .login-or-register {
  margin-bottom: 25px;
}

#login-form>div:nth-child(3)>div:nth-child(2) {
  margin-bottom: 0;
}

#login-form>div:nth-child(3)>div:nth-child(3) {
  margin-bottom: 5px;
}

#login-form .login-or-register a {
  font-weight: 300;
}

#login-form .login-or-register a,
#login-form .login-or-register span,
.register-form .login-or-register a,
.register-form .login-or-register span {
  font-size: 21px;
}

.register-form .login-or-register span {
  padding-left: 5px;
}

.register-form .login-or-register a,
#login-form .login-or-register a {
  font-weight: 300;
}

#login-form .login-or-register span,
.register-form .login-or-register a {
  border-right: solid 1px #000000;
  padding-right: 10px;
  margin-right: 8px;
}

#login-form .login-or-register span,
.register-form .login-or-register span {
  font-weight: bold;
}

#order-confirmation .deals-container .img-container .a,
#order-confirmation .deals-container .img-container .b {
  fill: #b2b2b2;
}

#authentication #mo_social_icons {
  position: absolute;
  bottom: 63px;
  left: 0;
  right: 0;
  padding-left: 69px;
}

#authentication.lang-el #mo_social_icons {
  bottom: 44px;
}

.social-title {
  position: relative;
  font-size: 17px;
  font-weight: 300;
  color: #777777;
  background: #ffffff;
}

.social-title::after {
  position: absolute;
  top: 11px;
  left: -95px;
  width: 83px;
  height: 1px;
  content: "";
  background: #777777;
}

.social-title::before {
  position: absolute;
  top: 11px;
  right: -95px;
  width: 83px;
  height: 1px;
  content: "";
  background: #777777;
}

#white_rounded_shape .fa-google:before {
  content: url("../images/soc-google.png");
}

#white_rounded_shape .fa-facebook:before {
  content: url("../images/soc-facebook.png");
}

#white_rounded_shape .fa-apple:before {
  content: url("../images/soc-apple.png");
}

#white_rounded_shape {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

#white_rounded_shape a i {
  width: 82px !important;
  height: 42px !important;
  display: flex;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  border: solid 1px #757575 !important;
}

.login-form .login-title,
#forgotten-password .login-title,
.register-form .login-title {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  line-height: 1;
  text-align: center;
}

.login-form svg {
  margin: 0 auto;
  display: block;
}

.login-form .help-block {
  position: absolute;
  top: -67px;
  left: 0;
  right: 0;
  text-align: center;
}

#login-form .form-footer button,
.forgotten-password .form-fields .center-email-fields button {
  width: 100%;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 300;
  text-transform: none;
  padding: 10px 0;
  height: 42px;
}

.forgotten-password .form-fields .center-email-fields button {
  margin-top: 30px;
}

#forgotten-password #back-to-login {
  text-decoration: underline;
  display: block;
  text-align: center;
}

#login-form .form-control-label {
  font-weight: 300;
}

.forgotten-password header {
  margin-top: 80px;
  text-align: center;
}

.forgotten-password header span {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}

.forgotten-password .send-renew-password-link {
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  padding: 0;
}

body.page-customer-account #content .forgot-password {
  text-align: right;
  margin-top: 0;
}

.customer-page .left-column {
  width: 250px;
  min-width: 250px;
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  height: fit-content;
}

.customer-page .left-column .link-item i {
  display: none !important;
}

.customer-page .right-column {
  width: calc(100% - 40px);
}

.customer-page .left-column .links {
  flex-direction: column;
}

.account-information {
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  padding: 25px;
}

.account-newsletter {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 25px;
}

.account-newsletter {
  text-align: center;
  margin-bottom: 60px;
}

.edit-account-form .account-newsletter {
  float: right;
  max-width: 520px;
  margin-bottom: 0;
}

.account-newsletter svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.account-newsletter strong {
  display: block;
  margin-top: 25px;
}

.edit-account-form .account-newsletter strong {
  margin-top: 2px;
}

.account-newsletter span {
  margin: 15px 0;
  display: block;
}

.customer-page {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 40px;
}

.left-column .links a span.link-item {
  font-size: 15px;
  text-transform: none;
  height: unset;
  display: block;
  color: #000000;
  font-weight: 300;
}

.left-column .links a span {
  padding: 12px 0;
  border-bottom: solid 1px #e2e2e2;
}

.left-column .links a:hover span {
  text-decoration: underline;
}

.left-column .links a,
.left-column .links li {
  width: 100%;
  padding: 0 20px;
}

.links .acc-logout span {
  border: none !important;
}

.account-field .label {
  color: #707070;
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 15px;
}

.left-column .links a {
  float: left;
}

.account-fields {
  width: 440px;
  display: flex;
  flex-wrap: wrap;
  min-width: 390px;
  align-content: flex-start;
}

.account-fields.edit-account-form {
  width: unset;
  min-width: unset;
}

.account-fields .account-field {
  width: 50%;
  margin-bottom: 30px;
}

.account-fields .account-field span {
  display: block;
  width: 100%;
  text-align: left;
}

.acc-page-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  color: #000000;
}

.account-information {
  display: flex;
  position: relative;
}

.edit-account {
  position: absolute;
  bottom: 25px;
  right: 40px;
  width: 150px;
  height: 38px;
  border: 1px solid #e40044;
  border-radius: 70px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  color: #e40044;
}

.edit-account:hover {
  text-decoration: underline;
}

.edit-account-form .form-group .form-control-label,
.edit-account-form .form-group .col-md-6,
.edit-account-form .form-group .col-md-3 {
  width: 100%;
  text-align: left;
}

.edit-account-form .form-custom-field {
  width: 50%;
  float: left;
  padding: 0px;
  margin: 0;
}

.register-form .edit-account-form .form-custom-field {
  width: 100%;
}

.register-form .account-information {
  display: block;
}

/*.edit-account-form .input-group .input-group-btn > .btn[data-action="show-password"] {*/
/*    background: #7a7a7a;*/
/*}*/

.edit-account-form .form-footer .form-control-submit {
  width: 150px;
  height: 38px;
  border: 1px solid #e40044;
  border-radius: 70px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  color: #e40044;
  background: #ffffff;
  text-transform: none;
  outline: none;
}

.edit-account-form .form-footer .form-control-submit:hover {
  text-decoration: underline;
}

.edit-account-form .form-custom-field.field-optin,
.edit-account-form .form-custom-field.field-customer_privacy,
.edit-account-form .form-custom-field.field-newsletter,
.edit-account-form .form-custom-field.field-newsletter_consent,
.edit-account-form .form-custom-field.field-psgdpr {
  width: 100%;
}

.edit-account-form .custom-checkbox br {
  display: none;
}

.custom-fields-holder {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 530px;
  min-width: 530px;
  float: left;
}

.register-form .custom-fields-holder {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100% !important;
  min-width: 100% !important;
  min-width: unset;
  float: left;
}

.custom-fields-holder .form-group,
.checkboxes-fields .form-group {
  margin: 0;
}

.field-firstname {
  order: 1;
}

.field-lastname {
  order: 2;
}

.field-email {
  order: 3;
}

.field-birthday {
  order: 4;
}

.field-password {
  order: 5;
}

.field-new_password>div:nth-child(2) {
  display: none;
}

.field-new_password {
  order: 6;
}

.field-id_gender {
  order: 7;
}

.field-optin {
  order: 8;
}

.field-customer_privacy {
  order: 9;
}

.field-newsletter,
.field-newsletter_consent {
  order: 10;
}

.field-psgdpr {
  order: 11;
}

.form-custom-field .form-control-comment {
  display: none;
}

.edit-account-form .field-firstname,
.edit-account-form .field-lastname,
.edit-account-form .field-email,
.edit-account-form .field-password,
.edit-account-form .field-new_password,
.edit-account-form .field-birthday {
  margin-bottom: 15px;
}

.edit-account-form .form-control-label {
  font-size: 15px;
  color: #707070;
  font-weight: 300;
}

.edit-account-form .form-control {
  font-size: 17px;
  color: #000000;
}

.edit-account-form .custom-radio input[type="radio"]:checked+span {
  top: 2px;
  left: 1px;
  width: 12px;
  height: 12px;
  background-color: #000000;
  right: 0;
  margin: 0 auto;
}

.edit-account-form .custom-radio {
  border: #000000 1px solid;
  margin-top: 0;
  margin-right: 5px !important;
}

.edit-account-form .form-custom-field.field-optin {
  display: none;
}

.edit-account-form .custom-checkbox input[type="checkbox"]+span {
  border: 1px #000000 solid;
  border-radius: 5px;
  margin-top: -1px;
}

.edit-account-form .custom-checkbox input[type="checkbox"]+span .checkbox-checked {
  font-size: 16px;
  color: #000000;
  margin: 0 auto;
  font-weight: bold;
}

.edit-account-form .custom-checkbox * {
  font-size: 15px;
  font-style: unset;
}

.newsletter-trigger input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.newsletter-trigger label.first-label {
  cursor: pointer;
  text-indent: -9999px;
  width: 56px;
  height: 26px;
  background: #c1c1c1;
  display: block;
  border-radius: 100px;
  position: relative;
}

.newsletter-trigger label.first-label:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -1px;
  width: 30px;
  height: 30px;
  max-width: 30px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
  box-shadow: 0px 0.5px 3px #00000029;
  border: 0.20000000298023224px solid #e9e9ea;
}

.newsletter-trigger input:checked+label.first-label {
  background: #49a104;
}

.newsletter-trigger input:checked+label.first-label:after {
  left: 100%;
  transform: translateX(-96%);
}

.newsletter-trigger label.first-label:active:after {
  width: 130px;
}

.newsletter-trigger {
  margin-top: 15px;
  display: flex;
  align-items: center;
  width: 57px;
  margin-left: auto;
  margin-right: auto;
}

.field-newsletter {
  display: none;
}

.orders-container .order-details {
  background: #e2e2e2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 15px 30px;
  border-radius: 5px;
  cursor: pointer;
}

.orders-container .order-details .order-label {
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 5px;
}

.orders-container .order-details .oder-info {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}

.orders-container .order-details .oder-info .label-pill {
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
  padding: 1px 10px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}

.customer-page .order-details>div {
  width: 20%;
  display: flex;
  flex-direction: column;
}

.orders-container .ordered-products {
  border: solid 2px #e2e2e2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: space-between;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  border-top: unset;
}

.orders-container .order-not-paid-container {
  border-right: solid 2px #e2e2e2;
  border-left: solid 2px #e2e2e2;
  padding: 1rem;
}

.order-container .order-not-paid-container {
  padding: 1rem 0;
}

.order-not-paid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border: 2px solid #f6ab2e;
  border-radius: 5px;
  background: #f6ab2e1c;
}

.order-not-paid-data {
  padding: 0 1rem;
}

.order-not-paid-button {
  text-wrap: nowrap;
}

.order-not-paid-button a {
  color: #ffffff;
  border: 1px solid #f6ab2e;
  background: #f6ab2e;
  border-radius: 30px;
  padding: 8px 10px;
  font-weight: bold;
  font-size: 15px;
  width: 135px;
  display: block;
}

.order-not-paid-container .order-not-paid-warning span {
  width: 42px;
  display: block;
  height: 42px;
  font-size: 32px;
  text-align: center;
  line-height: 1.3;
}

.order-not-paid-container .order-not-paid-warning {
  background: #f6ab2e;
  color: white;
  border-radius: 50%;
}

.orders-container .active .ordered-products {
  max-height: 2000px;
  visibility: visible;
  opacity: 1;
}

.orders-container .active .order-details {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ordered-product-img {
  width: 50px;
  height: auto;
  margin-right: 40px;
  margin-left: 15px;
}

.ordered-product-img img {
  max-width: 100%;
}

.ordered-product-content {
  max-width: 500px;
  font-size: 15px;
  color: #000000;
  font-weight: 300;
  display: flex;
  flex-direction: column;
}

.ordered-product-content .product-quantity-price {
  margin-top: 15px;
  font-weight: bold;
}

.ordered-product-content .product-quantity-price span {
  font-weight: bold;
}

.orders-container .order {
  margin-bottom: 15px;
}

.ordered-product-info {
  margin: 10px 0;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
}

.order-and-status .order-id {
  font-size: 28px;
  font-weight: bold;
}

.order-top .order-and-status {
  display: flex;
  justify-content: space-between;
}

.order-and-status .order-status {
  background-color: #34209e;
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
  padding: 3px 15px;
  border-radius: 5px;
}

.orders-container .order-action {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-right: 50px;
}

.orders-container .order-action svg {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

.orders-container .order-action .view-order {
  border: solid 1px #e40044;
  color: #e40044;
  border-radius: 30px;
  padding: 8px 10px;
}

.orders-container .order-action .reorder {
  color: #0066c0;
}

.orders-container .order-action a {
  font-weight: bold;
  font-size: 15px;
  margin-top: 15px;
}

.order-credentials {
  display: flex;
  gap: 15px;
}

.order-credentials .order-column {
  border: 2px solid #e2e2e2;
  width: 33.333%;
  border-radius: 5px;
  padding: 20px 30px;
}

.order-column strong,
.order-statuses strong,
.single-order-details .order-details-top strong {
  font-size: 17px;
  display: block;
  margin-bottom: 15px;
}

.order-column span {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.order-statuses,
.single-order-details {
  border: 2px solid #e2e2e2;
  padding: 20px 30px;
  margin: 20px 0;
  border-radius: 5px;
}

.reg-and-actions {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
}

.order-details-top {
  display: flex;
  justify-content: space-between;
}

.order-details-top .follow-order {
  border: 1px solid #2d66c0;
  border-radius: 5px;
  color: #2d66c0;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 15px;
}

.order-details-top .follow-order:hover {
  text-decoration: underline;
}

.order-details-top .follow-order svg {
  float: left;
  margin-top: 2px;
  margin-right: 8px;
}

.order-actions a {
  color: #0066c0;
  font-weight: 500;
  font-size: 15px;
}

.reg-and-actions .order-actions a svg {
  float: left;
  margin: 3px 6px;
}

.registered-at {
  font-size: 15px;
}

.ordered-details-products {
  margin-top: 30px;
}

.product-name-label,
.ordered-product {
  width: calc(100% - 372px);
  display: inline-block;
}

.product-price-label,
.product-quantity-label,
.product-total-label,
.ordered-product-price,
.ordered-product-quantity,
.ordered-product-total {
  width: 120px;
  display: inline-block;
}

.order-labels {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
}

.ordered-product {
  display: flex;
  align-items: center;
}

.ordered-product .ordered-product-name {
  max-width: 500px;
  margin-left: 15px;
}

.ordered-product-single {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 5px;
}

.ordered-product img {
  width: 75px;
  height: auto;
}

.order-labels .order-label,
.ordered-product .ordered-product-name {
  font-weight: bold;
  font-size: 15px;
}

.ordered-total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.ordered-total .total-details {
  width: 250px;
  text-align: left;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.total-details.total-sum span {
  font-weight: bold;
}

#history-link {
  font-size: 15px;
  color: #000000;
  display: block;
  margin-bottom: 15px;
}

#history-link i {
  font-size: 19px;
  float: left;
  margin-right: 5px;
}

#history-link:hover {
  text-decoration: underline;
}

.order-status-icon {
  background: #b5b5b5;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 15px auto;
}

.links a.active {
  position: relative;
}

.links a.active::after,
.wishlist-template .links #wishlist-link::after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  right: 20px;
  color: #e40044;
}

.left-column .links a.active span.link-item,
.wishlist-template .links #wishlist-link span.link-item {
  font-weight: bold;
  color: #e40044;
}

.active .order-status-icon {
  background: #8bc34a;
}

span.order-status-text {
  max-width: 100px;
  display: block;
}

.order-steps {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.order-step {
  position: relative;
}

.order-step::after {
  content: "";
  width: 300px;
  height: 1px;
  border-bottom: dashed 1px #dddddd;
  position: absolute;
  top: 40px;
}

.order-statuses>div>.order-step:nth-child(4)::after {
  display: none;
}

.order-step .order-status {
  z-index: 9;
  position: relative;
  background: #fff;
}

.order-is-delivered .order-step:nth-child(1)::after,
.order-is-delivered .order-step:nth-child(2)::after,
.order-is-delivered .order-step:nth-child(3)::after,
.order-is-preparing .order-step:nth-child(1)::after,
.order-is-send .order-step:nth-child(1)::after,
.order-is-send .order-step:nth-child(2)::after {
  border-color: #8bc34a !important;
}

.order-is-received .order-step:nth-child(1) .order-status-icon,
.order-is-preparing .order-step:nth-child(1) .order-status-icon,
.order-is-preparing .order-step:nth-child(2) .order-status-icon,
.order-is-delivered .order-step:nth-child(1) .order-status-icon,
.order-is-delivered .order-step:nth-child(2) .order-status-icon,
.order-is-delivered .order-step:nth-child(3) .order-status-icon,
.order-is-delivered .order-step:nth-child(4) .order-status-icon,
.order-is-send .order-step:nth-child(1) .order-status-icon,
.order-is-send .order-step:nth-child(2) .order-status-icon,
.order-is-send .order-step:nth-child(3) .order-status-icon {
  background: #8bc34a;
}

.wishlist-products-container .wishlist-products-list {
  margin: 0;
  padding: 0;
}

.wishlist-products-container .wishlist-product-image {
  width: 100%;
  height: auto;
}

.wishlist-products-container .wishlist-product-image img {
  position: relative;
  top: unset;
  left: unset;
  transform: none !important;
}

.wishlist-products-container .wishlist-button-add i {
  color: #d3d3d3;
}

.wishlist-products-container .wishlist-button-add {
  border: none;
  box-shadow: none;
  background: none;
  top: 0;
  right: 0;
}

.wishlist-products-container .wishlist-product-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  color: #000000;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 300;
}

.wishlist-products-container .wishlist-product-combinations {
  display: none;
}

.wishlist-products-container {
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  padding: 20px 25px;
}

.wishlist-product-bottom .wishlist-product-addtocart {
  font-size: 15px;
  font-weight: bold;
  border-radius: 30px;
  text-align: center;
  padding: 9px 0;
}

.wishlist-product-bottom .wishlist-product-addtocart i {
  display: none;
}

.wishlist-products-list .wishlist-products-item {
  margin: 0;
  width: 20%;
  padding: 15px;
}

.wishlist-products-item .wishlist-product-price {
  font-size: 19px;
}

.wishlist-products-item .wishlist-product-price-promo {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}

#main .wishlist-products-container .card.page-content {
  border-top: 2px solid #e2e2e2;
}

#main .wishlist-products-container .sort-by-row .select-title {
  border: solid 1px #e2e2e2;
  font-size: 15px;
  font-weight: 300;
}

body .wishlist-products-container .sort-by-row {
  min-width: unset;
}

.wishlist-products-container .sort-by-row .products-sort-order {
  flex-direction: row;
  justify-content: flex-end;
}

.wishlist-products-container .sort-by-row .sort-by {
  min-width: 105px;
}

.links #history-link {
  margin-bottom: 0;
}

.page-addresses .page-title {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
  display: block;
}

.customer-addresses .address-footer {
  display: none;
}

.customer-addresses {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}

.customer-addresses .address {
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  width: calc(33.333% - 15px);
  margin-bottom: 0;
}

.customer-addresses .address-body>strong span {
  font-size: 19px;
}

.customer-addresses .address-body>strong {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.customer-addresses .address-body>strong a {
  position: absolute;
  color: #d3d3d3;
  right: 0;
}

.customer-addresses .address-body>strong a:hover {
  color: #e40144;
}

.customer-addresses .address-body>strong svg {
  margin-right: 10px;
}

.page-addresses .address .address-body address {
  min-height: unset;
  border-top: solid 1px #e2e2e2;
  margin-top: 15px;
  padding-top: 15px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}

.page-addresses .address .address-body {
  padding: 22px 25px;
}

.page-footer .account-link {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
}

.wishlist-list-container .wishlist-list .wishlist-list-item {
  box-shadow: 0 3px 12px #00000017;
  border: none;
  margin-bottom: 15px;
}

.wishlist-container-header .wishlist-add-to-new {
  color: #e40044 !important;
  border: solid 1px #e40044;
  padding: 10px 20px;
  border-radius: 30px;
  height: 38px;
  font-size: 15px;
  font-weight: bold;
}

body .wishlist-list-item:hover .wishlist-list-item-title {
  color: #e40044;
}

.right-column ul.ets_rv_tabs {
  text-align: left;
}

.right-column ul.ets_rv_tabs li a {
  font-size: 28px;
  font-weight: 300;
  border: none;
  color: #000000 !important;
  padding-left: 0;
}

.right-column ul.ets_rv_tabs li.ets_rv_tab.active,
.right-column ul.ets_rv_tabs li:hover {
  background: none !important;
  border: none !important;
}

.right-column ul.ets_rv_tabs li.ets_rv_tab.active a {
  font-weight: bold;
  background: none !important;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

body .right-column ul.ets_rv_tabs .ets_rv_my_review a {
  border-right: solid 2px #000000;
  margin-right: 10px;
}

.review-for {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 27px;
  display: block;
}

.review-for a {
  font-weight: bold;
  text-decoration: underline;
}

.product-review-sin {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product-review-img {
  margin-right: 35px;
}

.product-review-content {
  background: #f5f5f5;
  border-radius: 15px;
  width: calc(100% - 212px);
  padding: 15px;
  position: relative;
}

.product-review-content .total-votes {
  position: absolute;
  bottom: 10px;
  left: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.total-votes svg {
  margin-right: 3px;
}

.total-votes .total_liked::after,
.total-votes .total_disliked::after {
  position: absolute;
  height: 15px;
  width: 1px;
  background: #000000;
  content: "";
  display: block;
  right: -1px;
  top: 0;
}

.total-votes .total_liked,
.total-votes .total_disliked {
  position: relative;
}

.total-votes .total_liked,
.total-votes .total_disliked,
.total-votes .total_reported {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  line-height: 1;
  font-size: 15px;
  padding-right: 10px;
  margin-right: 12px;
}

.p-rating {
  min-width: 118px;
}

.p-rating .star_full {
  color: #ffdd00;
}

.p-rating span {
  font-size: 26px;
  margin-right: -4px;
}

.rating-and-date {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.rating-and-date .published-on {
  font-size: 15px;
  font-weight: 300;
  color: #707070;
}

.product-review-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-status span {
  color: #ffffff;
  font-size: 15px;
  padding: 2px 10px;
  border-radius: 5px;
}

.review-status .status-pending {
  background: #ffb100;
}

.review-status .status-approved {
  background: #4fb924;
}

.product-review-main strong {
  font-size: 19px;
  margin-top: 5px;
  display: block;
  margin-bottom: 10px;
}

.product-review-main strong.my-quetion-title {
  color: #0066c0;
}

.product-review-main .content-of-review {
  font-size: 15px;
  font-weight: 300;
}

.product-review-single {
  margin-bottom: 26px;
}

.product-review-main {
  margin-bottom: 25px;
}

.ets_rv_wrap_table ul.pagination li a.pagination-link {
  border: none;
  font-size: 15px;
}

.ets_rv_pagination_footer ul.pagination li.active .pagination-link {
  font-size: 15px;
  color: #000000;
  text-decoration: none;
  border-bottom: solid 1px #db0048;
  font-weight: bold;
}

.product-review-content::before {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 18px solid #f5f5f5;
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 100px;
}

.no-reviews {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.no-reviews span {
  color: #999999;
  font-size: 22px;
  margin-top: 15px;
}

.mobile-product-review-img {
  display: none;
}

.register-form .left-column,
.register-form .account-newsletter,
.register-form .field-id_gender,
.register-form .field-birthday,
.register-form .field-customer_privacy,
.account-information .login-or-register,
.account-information .login-title,
.register-form .acc-page-title,
.register-form .go-back {
  display: none;
}

.register-form .account-information {
  border: none;
}

.register-form .account-information .login-or-register,
.register-form .account-information .login-title {
  display: block;
}

.register-form .edit-account-form {
  position: relative;
  background: url(../images/reg-account-bg.png);
  background-size: cover;
  width: 942px !important;
  min-height: 600px;
  margin: 0 auto;
  margin-bottom: 84px;
  background-size: inherit;
  background-repeat: no-repeat;
}

.register-form .edit-account-form #mo_social_icons {
  bottom: -123px !important;
}

.register-form .edit-account-form .form-custom-field {
  margin-bottom: 9px;
}

.register-form .edit-account-form .form-footer .form-control-submit {
  width: 100%;
  background: #e40044;
  color: #ffffff;
  margin-top: 8px;
}

.register-form .form-group .col-md-6,
.register-form .form-group .label {
  padding-left: 0;
  padding-right: 0;
}

.register-form .field-psgdpr>.form-group>label,
.register-form .field-newsletter_consent>.form-group>label {
  margin: 0;
  padding: 0;
}

body .ssa-searchblock form .ssa-nav-fill .ssa-search-query {
  font-size: 15px;
}

.orders-container .order-not-paid-container {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  border-top: unset;
  padding: 0;
}

.orders-container .active .order-not-paid-container {
  max-height: 2000px;
  visibility: visible;
  opacity: 1;
  padding: 1rem;
}

.order-not-paid-button a {
  text-align: center !important;
}

.order-not-paid-title {
  margin-bottom: 10px;
}

body .order-not-paid-container .order-not-paid-warning span {
  width: 32px;
  display: block;
  height: 32px;
  font-size: 23px;
  text-align: center;
  line-height: 1;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/*account pages css ends*/

/*global fixes for resolutions < 1920px*/

@media only screen and (max-width: 1750px) {
  .ets_mm_megamenu_content .column_size_2 {
    width: 20%;
  }
}

@media only screen and (max-width: 1650px) {
  #cookiescript_badge {
    bottom: 62px !important;
  }
}

@media only screen and (max-width: 1440px) {

  #search_widget,
  .ssa-searchblock-top.ssa-searchblock {
    width: 100%;
    max-width: 500px;
  }

  .ets_mm_megamenu_content .column_size_2 {
    width: 25%;
  }

  .product-middle-container {
    max-width: 560px;
  }

  .edit-account-form .custom-fields-holder {
    width: 440px;
    min-width: 440px;
  }
}

@media only screen and (max-width: 1366px) {
  .vendor-info .vendor-info-box {
    margin-right: 11px;
  }

  .product-middle-container {
    max-width: 530px;
  }

  .product-left-container {
    max-width: 438px;
  }

  .video-toggle span {
    display: none;
  }

  .offers-trigger {
    font-size: 17px;
  }

  .newsletter .container {
    justify-content: center;
  }

  .newsletter input {
    width: 250px;
  }

  .edit-account-form .account-newsletter {
    max-width: 400px;
  }

  .wishlist-products-list .wishlist-products-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1280px) {
  .featured-carousel .js-product .product-title {
    overflow: hidden;
  }

  .product-middle-container {
    max-width: 470px;
  }

  .print-button {
    margin-left: 23px;
  }

  #nxtal-compare-list .nxtal-compare-table td>.compare-cell-content {
    min-width: unset;
  }

  .home-hot-deals .elementor-widget-wrap {
    overflow: hidden;
  }

  .home-hot-deals .elementor-widget-wrap .elementor-widget-text-editor {
    text-align: center;
  }

  .home-hot-deals .elementor-widget-wrap .elementor-widget-image-box {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1250px) {

  #search_widget,
  .ssa-searchblock-top.ssa-searchblock {
    max-width: 426px;
  }

  .featured-carousel .elementor-row>.elementor-col-33 {
    width: 20%;
  }

  .featured-carousel .elementor-row>.elementor-col-66 {
    width: 80%;
  }

  .home-info-boxes .elementor-image-box-img {
    margin: 20px 10px !important;
    min-width: 41px;
  }

  .product-middle-container {
    max-width: 424px;
  }

  .print-button {
    display: none;
  }

  .edit-account-form .account-newsletter {
    max-width: 290px;
  }
}

@media only screen and (max-width: 1150px) {
  .compare-bottom-bar {
    gap: 10px;
  }

  .edit-account-form .account-newsletter {
    max-width: 240px;
  }

  .order-step::after {
    width: 200px;
  }
}

@media only screen and (max-width: 1024px) {
  .newsletter-text {
    padding-top: 15px;
  }

  .entry__error {
    display: block;
  }

  #choose-by-category .elementor-row .ce-caption {
    margin-bottom: 30px;
  }

  #_desktop_user_info .customer-greeting,
  #_desktop_cart .hidden-sm-down,
  .products-per-page-hide,
  .sort-by-row .sort-by,
  .products-sort-order button {
    display: none !important;
  }

  .ybc-menu-toggle {
    font-size: 0;
  }

  .ets_mm_megamenu {
    position: absolute;
    top: 18px;
    left: 15px;
    width: auto;
    background: none;
    z-index: 999;
  }

  .transition_floating .mm_menus_ul {
    overflow-x: hidden;
  }

  .changestatus .ets_mm_megamenu_content {
    background: none;
  }

  .changestatus .ybc-menu-toggle .icon-bar {
    margin: 6px 0px 1px 0;
    width: 30px;
    height: 4px;
    border-radius: 5px;
    background: #fff;
  }

  .changestatus .ybc-menu-toggle {
    padding: 0;
  }

  .ets_mm_megamenu_content .container {
    padding: 0 !important;
    background: none !important;
  }

  #_desktop_logo {
    margin-left: 55px;
    display: block !important;
    min-width: 136px;
  }

  .mobile-header #_desktop_cart::before {
    display: none;
  }

  #header .header-top>.container {
    padding: 0 15px;
  }

  #_desktop_user_info {
    display: flex;
  }

  #_desktop_user_info {
    margin-right: 25px;
  }

  .second-menu .elementor-nav--dropdown {
    transform: none !important;
    max-height: unset !important;
    background: none !important;
    margin: 0;
  }

  .second-menu .elementor-nav--dropdown a {
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 300;
    margin-right: 23px;
    padding: 0;
  }

  .second-menu .elementor-nav--dropdown a:hover {
    background: none !important;
  }

  .second-menu .elementor-menu-toggle {
    display: none !important;
  }

  .second-menu .elementor-nav,
  .featured-carousel .elementor-product-grid,
  .category-bottom-products-mob .elementor-product-grid {
    display: flex !important;
    overflow: auto;
    white-space: nowrap;
  }

  .category-bottom-products-mob .elementor-product-grid .js-product {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
    max-width: 182px;
    padding: 9px !important;
    justify-content: flex-start;
    position: relative;
    margin: 4px !important;
  }

  .second-menu .elementor-nav {
    padding: 0 5px;
  }

  .featured-carousel .elementor-product-grid>*,
  .category-bottom-products-mob .elementor-product-grid>* {
    align-self: unset !important;
    white-space: normal;
  }

  .category-bottom-products-mob .elementor-product-grid .add-to-cart-holder {
    display: none;
  }

  .second-menu {
    border-top: solid 1px #f5f5f5;
  }

  .featured-carousel .elementor-row>.elementor-col-66,
  .featured-carousel .elementor-row>.elementor-col-33 {
    width: 100%;
  }

  .featured-carousel {
    margin: 0 -15px;
  }
  .luigi-recco .featured-carousel {
    margin: 0 auto !important;
  }


  body .user-overlay {
    top: 0;
  }

  .logged .user-popup::before {
    left: unset;
    right: 64px;
  }

  #_desktop_user_info:not(logged) .user-info .sign-in-text {
    display: none;
  }

  .not-logged .user-popup,
  .not-logged .user-overlay {
    display: none !important;
  }

  .footer-contact-us .elementor-image-box-content {
    padding-left: 7px;
  }

  .category-banners-3 .elementor-row {
    gap: 0;
  }

  .category-banners-3 .elementor-row .elementor-col-33:nth-child(1) {
    padding-right: 10px;
  }

  .category-banners-3 .elementor-row .elementor-col-33:nth-child(2) {
    padding: 0 5px;
  }

  .category-banners-3 .elementor-row .elementor-col-33:nth-child(3) {
    padding-left: 10px;
  }

  #left-column {
    display: none;
  }

  .layout-left-column .container #content-wrapper {
    width: 100%;
    padding: 0 5px;
  }

  .filter-toggle,
  .sort-toggle {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    font-weight: bold;
    color: #000000;
    font-size: 15px;
    padding: 8px 0;
    text-align: center;
    width: calc(50% - 3px) !important;
    margin: 0 !important;
  }

  .filter-toggle {
    margin-right: 5px;
  }

  .list-view-toggle span {
    background: #ddd;
    margin-right: 15px;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    margin-left: 0;
  }

  .list-view-toggle span svg {
    width: 18px;
    height: 18px;
  }

  .grid .list-view-toggle .grid-toggle,
  .list .list-view-toggle .list-toggle {
    display: none;
  }

  .sort-filters-toggles {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    gap: 6px;
    padding: 0 10px;
  }

  .sort-filters-toggles .filter-toggle,
  .sort-filters-toggles .sort-toggle {
    width: 100%;
    height: 100%;
  }

  .has-compact-filter #amazzing_filter .compact-toggle {
    display: none !important;
  }

  #js-product-list .js-product article {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  .grid #js-product-list .js-product {
    box-shadow: none !important;
    max-width: calc(50% - 8px) !important;
    flex-basis: calc(50% - 8px) !important;
    padding: 0;
    margin: 0 4px;
  }

  #js-product-list article .wishlist-button-add,
  #js-product-list article .nxtal-compare-icon,
  #js-product-list .js-product .btn-primary.add-to-cart {
    opacity: 1 !important;
    visibility: visible !important;
  }

  #category #content-wrapper {
    margin-top: 20px;
  }

  .products .btn-primary.add-to-cart {
    min-height: 32px;
  }

  .close-filter::before,
  .close-sorts::before {
    content: "";
    width: 16px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 16px;
    top: 12px;
    pointer-events: none;
    transform: rotate(45deg);
  }

  .close-filter::after,
  .close-sorts::after {
    content: "";
    width: 16px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 16px;
    top: 12px;
    pointer-events: none;
    transform: rotate(-45deg);
  }

  .has-compact-filter #amazzing_filter .title_block {
    border-bottom: 1px solid #e2e2e2;
    position: fixed;
    background: #ffffff;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 15px;
    display: block;
    padding: 20px 0;
  }

  #amazzing_filter form {
    margin: 0;
  }

  .has-compact-filter .af.block .block_content {
    padding: 0 15px;
    padding-top: 64px;
  }

  .close-filter {
    float: right;
    position: absolute;
    top: 18px;
    right: 15px;
    width: 40px;
    height: 40px;
  }

  .has-compact-filter.show-filter #amazzing_filter {
    transform: translateX(0);
    padding: 0;
  }

  .has-compact-filter #amazzing_filter .btn-holder {
    right: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border: none;
    background: #ffff;
  }

  #amazzing_filter .btn-holder .btn {
    border-radius: 30px;
  }

  #amazzing_filter .btn-holder .mobile-clear,
  #amazzing_filter .btn-holder .viewFilteredProducts {
    width: 50%;
    height: 36px;
    font-size: 15px;
    margin-top: 0;
    text-transform: none;
  }

  #amazzing_filter .btn-holder .viewFilteredProducts {
    margin-left: 8px;
  }

  #amazzing_filter .btn-holder .mobile-clear {
    margin-right: 8px;
  }

  #amazzing_filter .btn-holder {
    display: flex;
  }

  #amazzing_filter .btn-holder .mobile-clear a {
    border: solid 1px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #000000;
    color: #000000;
    height: 100%;
    font-weight: bold;
  }

  #amazzing_filter .btn-holder .mobile-clear a i {
    display: none;
  }

  .sorts-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }

  .products-sort-order .dropdown-menu {
    display: block;
    left: 0;
    right: 0;
    position: fixed;
    top: 175px;
    width: 300px;
    border: none;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }

  .show-sorts .sorts-overlay,
  .show-sorts .products-sort-order .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }

  .products-sort-order .dropdown-menu a {
    padding: 14px 10px;
    font-size: 17px;
    margin: 0px 25px;
    border-bottom: solid 1px #ddd;
    padding-left: 30px;
    display: block;
    position: relative;
  }

  .products-sort-order .dropdown-menu a:last-child {
    border: none;
  }

  .products-sort-order .dropdown-menu a::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    transition: 120ms transform ease-in-out;
    border: 1px solid #e40044;
    border-radius: 5px;
    position: absolute;
    left: 0;
  }

  .products-sort-order .dropdown-menu a.current::before {
    background: #e40044;
  }

  .products-sort-order .dropdown-menu a.current::after {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 10px;
    width: 6px;
    border-bottom: 2px solid #ffff;
    border-right: 2px solid #ffff;
    visibility: visible;
    position: absolute;
    top: 16px;
    left: 6px;
    right: unset;
  }

  .sorts-title {
    font-size: 19px;
    font-weight: bold;
    padding: 15px 25px;
    display: block;
    border-bottom: solid 1px #ddd;
  }

  .close-sorts {
    position: absolute;
    right: 5px;
    top: 12px;
    width: 43px;
    height: 25px;
  }

  .selectedFilters.inline {
    padding: 0;
    box-shadow: none;
    margin-top: 0;
  }

  .has-compact-filter .selectedFilters.inline .clearAll {
    width: auto;
    display: inline-block;
    background: none;
    line-height: 1.6;
    padding-left: 0;
  }

  .has-compact-filter .selectedFilters.inline .clearAll a span {
    color: #000000;
    font-size: 14px;
    text-transform: unset;
    text-decoration: underline;
  }

  .has-compact-filter .selectedFilters.inline .cf {
    background: #00000029;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
  }

  .selectedFilters .clearAll a {
    font-size: 12px;
  }

  .selectedFilters.inline .cf a {
    opacity: 1;
  }

  .product-left-container,
  .product-middle-container,
  .product-right-container {
    width: 100%;
    max-width: 100%;
  }

  .main-slider .slick-list {
    width: 345px !important;
    margin: 0 auto;
  }

  .mobile-product-content .product-reference,
  .mobile-product-content .product-manufacturer {
    display: inline-block;
  }

  .mobile-product-content .product-manufacturer {
    border-left: solid 1px #000;
    padding-left: 5px;
  }

  .mobile .slick-dots li button {
    width: 9px;
    height: 9px;
    background: #971e7e91;
    border-radius: 50%;
  }

  .mobile .slick-dots {
    bottom: -35px;
    display: none !important;
  }

  .mobile .slick-dots li button:before {
    display: none;
  }

  .mobile .slick-dots li.slick-active button {
    background: #971e7e;
    box-shadow: 0 0 0px 2px #971e7e91;
    border: solid 3px #ffffff;
  }

  .product-manufacturer a {
    color: #000000;
    text-decoration: underline;
  }

  .mobile .ets-rv-product-comments-additional-info {
    margin: 0;
  }

  span.ets_rv_grade_stars_process {
    width: 228px;
  }

  #product .ets_rv_statistics .reviews-info {
    width: 355px;
  }

  .mobile .product-information .nxtal-compare-icon:first-of-type {
    display: block;
  }

  .mobile .product-actions .nxtal-compare-icon,
  .product-right-container .product-list-reviews,
  .mobile .product-middle-container .product-prices .current-price .discount {
    display: none;
  }

  .product-bottom-container {
    margin-top: 58px;
  }

  .mobile .product-middle-container {
    padding: 0;
  }

  .mobile .product-middle-container .product-prices {
    display: flex;
    flex-direction: column-reverse;
    border-bottom: solid 1px #e2e2e2;
  }

  .mobile .product-middle-container .product-prices .current-price span {
    font-size: 25px;
    font-weight: 900;
    color: #000;
  }

  .mobile .product-middle-container .product-prices .current-price {
    margin-bottom: 0;
  }

  .mobile .product-middle-container .product-prices .product-discount {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 4px !important;
  }

  .mobile .product-middle-container .old-price {
    border-right: solid 1px #000000;
    margin-right: 10px;
  }

  .vendor-info {
    border: none;
  }

  .mobile-actions-hook .nxtal-compare-icon {
    margin-top: 0;
  }

  .mobile-actions-hook {
    margin: 20px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .mobile-actions-hook .wishlist-button-add {
    order: 1;
    margin-right: 10px;
  }

  .mobile-actions-hook .nxtal-compare {
    order: 2;
  }

  .mobile-actions-hook .social-sharing {
    order: 3;
    width: 95px;
    margin-left: 7px;
  }

  .mobile-actions-hook .nxtal-compare-icon {
    width: 18px;
    height: 18px;
    margin-top: 2px !important;
  }

  .compare-text {
    top: -3px;
  }

  .mobile-actions-hook .compare-text,
  .mobile-actions-hook .wishlist-button-add::after,
  .mobile-actions-hook .social-sharing>span {
    font-size: 14px;
  }

  .mobile-actions-hook .wishlist-button-add::after {
    margin-left: 3px;
  }

  .mobile-actions-hook .compare-text {
    left: 22px;
  }

  .mobile-actions-hook .nxtal-compare {
    margin-right: 0;
  }

  .mobile .offers-trigger {
    bottom: -115px;
  }

  .product-right-container .out-of-stock-label,
  .product-right-container .in-stock-label {
    display: none;
  }

  .product-right-container {
    margin-top: 20px;
    border-radius: 5px;
  }

  .vendor-info .vendor-info-box svg {
    width: 15px;
    height: 15px;
  }

  .product-variants .product-variant {
    margin-right: 10px;
  }

  .product-variants .variants {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
  }

  .size-variants .product-variant {
    min-width: 90px;
    padding: 10px 0;
    justify-content: center;
  }

  .product-variants {
    padding-bottom: 0px;
    border: none;
  }

  .product-features>dl.data-sheet dd.value,
  .product-features>dl.data-sheet dt.name {
    padding: 10px;
  }

  .product-features dt.name {
    max-width: calc(30% - 10px);
    width: calc(30% - 10px);
  }

  .product-features dd.value {
    max-width: 70%;
    width: 70%;
    min-width: 70%;
  }

  .popup_login_form.ets-rv-product-comment-modal .ets-rv-modal-dialog,
  .popup_login_form.ets-rv-product-comment-modal .ets-rv-modal-dialog {
    max-width: 380px;
  }

  #nxtal-compare-list .nxtal-compare-table td:first-child {
    background: #e2e2e2;
  }

  #nxtal-compare-list .nxtal-compare-table .compare-header td:first-child {
    background: none;
  }

  #nxtal-compare-list .nxtal-compare-table td>.compare-cell-content {
    min-width: unset;
  }

  #nxtal-compare-list .nxtal-compare-table td:first-child {
    min-width: unset;
    width: 106px;
    max-width: 106px;
  }

  #nxtal-compare-list .nxtal-compare-table td>.compare-cell-content {
    padding: 10px;
  }

  .ets-rv-product-comment-list-item.question {
    width: 100% !important;
  }

  .compare-product-bar img {
    width: 60px;
  }

  #nxtal-compare-tiker.active .compare-bottom-bar {
    overflow: auto;
    justify-content: flex-start;
  }

  .compare-bottom-bar {
    gap: 30px;
  }

  .newsletter .container {
    flex-direction: column;
  }

  .newsletter form {
    display: flex;
    flex-direction: column;
  }

  .newsletter .mobile-subtitle {
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
    max-width: 475px;
  }

  .newsletter .desktop-subtitle {
    display: none;
  }

  .newsletter-title {
    margin-bottom: 30px;
  }

  .newsletter input,
  .newsletter button {
    max-width: 475px;
    margin: 0 auto;
    width: 100%;
  }

  .newsletter .newsletter-names {
    margin-bottom: 10px;
  }

  .newsletter .newsletter-names,
  .newsletter .newsletter-email {
    border: solid 1px #fff;
    color: #ffffff;
    background: none;
    padding-left: 60px;
  }

  .newsletter .newsletter-names::placeholder,
  .newsletter .newsletter-email::placeholder {
    color: #ffffff;
    opacity: 0.5;
    /* Firefox */
    font-weight: 300;
  }

  .newsletter .newsletter-name-holder,
  .newsletter .newsletter-mail-holder {
    position: relative;
    display: block;
  }

  .newsletter .newsletter-name-holder::before {
    content: "\f007";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    top: 12px;
    left: 22px;
    font-size: 20px;
    position: absolute;
  }

  .newsletter-mail-holder::before {
    content: "\f0e0";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    top: 12px;
    left: 22px;
    font-size: 20px;
    position: absolute;
  }

  .edit-account-form .account-newsletter {
    max-width: 100%;
  }

  .wishlist-products-list .wishlist-products-item {
    width: 33.333%;
  }

  .account-information .account-fields,
  .account-information .account-newsletter {
    width: 100%;
    min-width: 100%;
  }

  .account-information {
    flex-direction: column;
  }

  .orders-container .order-action {
    min-width: 160px;
  }

  .product-review-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-review-top .review-status {
    margin-top: 5px;
  }

  .page-404-image svg {
    width: 100%;
    height: auto;
  }

  #js-product-list .pagination {
    margin-top: 30px;
  }

  #js-product-list .pagination .page-list {
    box-shadow: 0 2px 6px #00000029;
    border-radius: 30px;
  }

  #js-product-list .pagination .col-md-6 {
    padding: 0;
  }

  .pagination .page-list li {
    margin: 0 15px;
    width: 20px;
    height: 40px;
  }

  .pagination .page-list li .spacer {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .pagination .page-list li.current {
    position: relative;
    background: #971f7e;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #971f7e;
    min-width: 40px;
  }

  .pagination .current a {
    border-bottom: none;
    position: relative;
    color: #ffffff !important;
    font-weight: bold;
  }

  .pagination .page-list a {
    font-size: 17px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .pagination .page-list {
    background: unset;
    height: 40px;
    padding: 0;
  }

  .pagination .material-icons {
    margin-top: 0px;
    font-size: 35px;
  }

  #product .unicredit_block_btn {
    margin-bottom: 10px;
  }

  .newsletter .form__entry .entry__error {
    position: relative;
    top: unset;
    left: unset;
    margin-left: 0 !important;
  }

  .social-sharing ul {
    max-height: 0;
  }

  .social-sharing ul.active {
    max-height: 200px;
  }

  .mm_tabs_li .mm_columns_contents_ul.active {
    min-height: 815px;
  }

  #product .product-description img {
    max-width: 100%;
    height: auto;
  }

  #product figure.containerZoom img {
    background-color: #ffffff;
  }
}

@media (max-width: 980px) {
  .register-form .edit-account-form {
    width: 100% !important;
    background: none;
    min-height: unset;
  }

  .register-form #customer-form {
    width: 100%;
    padding: 22px;
    box-shadow: 0 0 12px #0000001a;
    max-width: 330px;
  }

  .register-form .login-title {
    font-size: 24px;
    font-weight: 300;
    margin-top: 10px;
    color: #000000;
  }
}

@media (max-width: 930px) {
  span.ets_rv_grade_stars_process {
    width: 170px;
  }

  #product .ets_rv_statistics .reviews-info {
    width: 300px;
  }

  .resealed-products-top {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
    height: auto;
  }

  .resealed-badges {
    padding-left: 15px;
  }

  .resealed-title {
    padding-left: 15px;
    margin-bottom: 10px;
  }

  .resealed-product {
    padding: 15px;
    align-items: center;
  }

  .resealed-prices {
    padding-left: 20px;
  }

  .resealed-button button {
    width: 200px;
  }

  .login-form,
  #forgotten-password {
    width: 100%;
    background: none;
    min-height: unset;
  }

  .login-form #login-form,
  form.forgotten-password {
    width: 100%;
    padding: 22px;
    box-shadow: 0 0 12px #0000001a;
    max-width: 330px;
  }

  .login-form .login-title {
    font-size: 24px;
    font-weight: 300;
    margin-top: 10px;
    color: #000000;
  }

  #login-form .login-or-register,
  .register-form .login-or-register {
    margin-top: 26px;
    margin-bottom: 18px;
  }

  #login-form .form-control-label {
    text-align: left;
  }

  #forgotten-password .login-title {
    display: none;
  }

  .forgotten-password header {
    margin-top: 30px;
  }

  #authentication #mo_social_icons {
    display: block;
    position: relative;
    padding: 0;
    margin-top: 20px;
    bottom: 0;
  }

  .register-form .edit-account-form #mo_social_icons {
    bottom: -116px !important;
    position: absolute !important;
  }

  #product #cm-payments {
    width: calc(100% - 30px);
    overflow: auto;
    height: 100%;
    max-height: 680px;
  }

  #cm-payments>.card-block {
    padding: 13px;
  }

  .cm-payment-info p strong,
  .cm-payment-column span,
  .cm-payment-total p {
    font-size: 15px;
  }

  .cm-payment-total {
    padding: 10px 10px 0px 10px;
  }

  .cm-payment-info .cm-payment-column {
    padding: 0 10px;
  }

  #cm-payments h3.card-header {
    font-size: 18px;
    padding: 16px;
  }

  #cm-payments .cm-subtitle,
  .cm-payments-additinal-info {
    font-size: 15px;
  }



}

@media (max-width: 830px) {
  span.ets_rv_grade_stars_process {
    width: 125px;
  }
}

.entry__error {
  display: none;
}

@media only screen and (max-width: 768px) {

  #header .header-nav,
  .left-column #account-link {
    display: none;
  }

  .mobile-header {
    height: 120px;
  }

  #search_widget,
  .ssa-searchblock-top.ssa-searchblock {
    position: absolute;
    top: 53px;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 0 15px;
  }

  body .acc-mob-title {
    display: block;
  }

  .customer-page {
    flex-direction: column;
    gap: 0;
  }

  .customer-page .right-column,
  .customer-page .left-column {
    width: 100%;
  }

  .customer-page .left-column {
    margin-bottom: 20px;
  }

  .customer-index .right-column {
    display: none;
  }

  .left-column .links a span.link-item {
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  body .customer-index .link-item svg {
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    display: block;
  }

  .left-column .links a span.link-item {
    font-size: 17px;
  }

  .customer-page:not(.customer-index) .left-column {
    display: none;
  }

  .edit-account-form .custom-fields-holder {
    width: 100%;
    min-width: 100%;
  }

  .customer-addresses .address {
    width: calc(50% - 8px);
  }

  .wishlist-product-bottom .wishlist-button-add {
    position: absolute;
  }

  .wishlist-product-link {
    flex-direction: column;
  }

  body .wishlist-container .page-content.card {
    box-shadow: none;
  }

  .wishlist-container-header {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .review-for .mobile-product-review-img {
    display: block;
    margin-left: 10px;
  }

  .product-review-img {
    display: none;
  }

  .product-review-content {
    width: 100%;
  }

  .review-status {
    position: absolute;
    right: 15px;
    top: 11px;
  }

  .rating-and-date {
    flex-direction: column;
    align-items: flex-start;
  }

  .review-for a {
    text-decoration: underline;
    display: flex;
    align-items: center;
  }

  .rating-and-date .published-on {
    margin: 5px 0;
  }

  .review-for {
    font-size: 15px;
  }

  .product-review-content::before {
    left: 50px;
  }

  .product-review-main strong {
    font-size: 17px;
  }

  .cm-payment-total > p > span:nth-child(2){
    min-width: 114px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider {
    margin-top: 0 !important;
  }

  #index #wrapper {
    padding-top: 0;
    margin-top: -1px;
  }

  .home-3-banners .elementor-row>.elementor-col-33>.elementor-column-wrap {
    padding: 0;
    margin-top: 15px;
  }

  .home-hot-deals .elementor-row {
    display: flex !important;
    overflow: auto;
    white-space: nowrap;
    flex-wrap: unset;
    gap: 15px;
    margin-top: -30px;
  }

  .home-hot-deals .elementor-row .elementor-col-33 {
    min-width: 262px;
    min-height: 419px;
  }

  .home-hot-deals .elementor-row .elementor-col-33 .elementor-widget-container {
    padding: 0 !important;
  }

  .home-hot-deals .elementor-row .elementor-col-33 .elementor-widget-image-box {
    white-space: break-spaces;
  }

  .home-hot-deals .elementor-row .elementor-col-33 .elementor-widget-text-editor .elementor-text-editor a {
    margin: 0 auto;
    overflow: visible;
    display: block;
    max-width: 263px;
    white-space: normal;
  }

  body #nxtal-compare-tiker .compare-holder,
  body .thumbnail-container .nxtal-compare-icon {
    padding: 10px 15px;
    display: none;
  }

  body .thumbnail-container .wishlist-button-add i {
    font-size: 17px;
    padding-top: 1px;
  }

  body .products article .wishlist-button-add {
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0 3px 6px #00000029;
    min-height: 25px;
    min-width: 25px;
    right: 3px;
  }

  .cart-item .product-line-grid-right .col-md-10 {
    float: left;
    width: 83.33333%;
  }

  .cart-item .product-line-grid-right .col-md-2 {
    float: left;
    width: 16.66667%;
  }

  .cart-modal .product-line-grid-body {
    margin-bottom: 0;
  }

  .product-line-grid-body>.product-line-info>.label {
    font-size: 15px;
  }

  .cart-modal .cart-content {
    width: 320px;
  }

  .cart-modal .product-line-grid-left {
    width: 94px;
  }

  .cart-modal .product-line-grid-body {
    width: 223px;
  }

  .cart-modal .product-line-actions {
    width: 238px;
    margin-left: 66px;
  }

  .footer-contact-us {
    width: 100% !important;
  }

  .contacts-buttons {
    justify-content: space-around;
    display: flex;
  }

  .footer-contact-us a {
    text-decoration: none;
    background: #e40044;
    padding: 9px;
    border-radius: 25px;
    color: #fff;
    font: normal normal 300 15px/18px Roboto;
    margin: 0 9px;
    min-width: calc(33.333% - 18px);
    display: inline-block;
    text-align: center;
  }

  .contacts-buttons,
  .footer-contact-us .elementor-widget-text-editor {
    text-align: center;
  }

  .footer-links {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .footer-links.active {
    max-height: 1000px;
    opacity: 1;
    overflow: visible;
    padding-bottom: 5px;
  }

  .footer-container .elementor-heading-title {
    font-size: 19px !important;
    font-weight: bold;
  }

  .footer-container .elementor-widget-heading {
    padding: 15px 0;
    border-top: 1px solid #e9e9e9;
    margin-bottom: 0 !important;
  }

  .footer-container .elementor-element-populated {
    padding: 0 15px !important;
  }

  body .footer-socials {
    border: none;
  }

  .toggle-content {
    position: relative;
  }

  .footer-container .toggle-content::before {
    position: absolute;
    content: "";
    right: 23px;
    top: 18px;
    background: #b2b2b2;
    width: 1px;
    height: 17px;
  }

  .footer-container .toggle-content::after {
    position: absolute;
    content: "";
    right: 15px;
    top: 26px;
    background: #b2b2b2;
    width: 17px;
    height: 1px;
  }

  .footer-container .toggle-content.active::before {
    display: none;
  }

  .footer-links .elementor-icon-list-item {
    margin-bottom: 10px;
  }

  .footer-socials {
    padding: 25px 0;
  }

  .footer-payment-methods .elementor-widget-heading {
    margin-bottom: 10px !important;
  }

  .ets_rv_statistics {
    flex-direction: column;
  }

  .ets_rv_average_rating,
  .ets_rv_statistic_rating {
    width: 100%;
  }

  #product .ets_rv_statistic_rating>div {
    justify-content: center;
  }

  #product .ets_rv_statistic_rating {
    margin: 20px 0 !important;
    padding: 0;
    border: none;
  }

  .ets_rv_average_rating {
    padding: 0;
    border: none;
  }

  span.ets_rv_grade_stars_process {
    width: 300px;
  }

  .enter-review .btn-question {
    margin-right: 0;
  }

  #product .ets_rv_statistics .reviews-info {
    width: 348px;
    margin: 0 auto;
  }

  #product h1 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  #product .product-reference,
  #product .product-reference label,
  #product .product-manufacturer {
    font-size: 15px;
    font-weight: 300;
  }

  #product .ets_rv_grade_stars .ets-rv-comments-nb {
    height: 17px;
    font-size: 15px;
    color: #000;
  }

  #product .product-flags li.product-flag.out_of_stock {
    margin-top: 0;
  }

  .product-right-container .out-of-stock-label {
    display: none;
  }

  .ets-rv-product-comment-list-item,
  .ets-rv-comment-author-rate {
    flex-direction: column;
  }

  .ets-rv-product-comment-list-item .ets-rv-comment-infos,
  .ets-rv-product-comment-list-item .ets-rv-comment-content {
    padding-left: 0;
  }

  .ets-rv-product-comment-list-item .comment-left {
    margin-bottom: 10px;
  }

  .ets-rv-comment-author-rate .comment-title {
    margin-left: 0;
    margin-top: 10px;
  }

  .ets_svg_icon span {
    font-size: 18px;
  }

  .product-miniature .ets_rv_grade_stars .ets-rv-comments-nb {
    font-size: 14px;
  }

  .product-additional-info .ets_svg_icon span {
    font-size: 18px;
  }

  .product-additional-info .ets_rv_grade_stars i.ets_svg_icon {
    width: 16px;
    height: 16px;
  }

  #nxtal-compare-list .compare-actions {
    padding-top: 10px;
  }

  #nxtal-compare-list .add-to-cart {
    line-height: 1;
    height: 36px;
  }

  .ets-rv-product-comment-list-item.question {
    margin: 0;
  }

  .ets-rv-product-comment-list-item.question {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .ets_rv_tabs .ets_rv_tab_content#ets-rv-product-questions-list {
    overflow: hidden;
  }

  .ets-rv-product-comment-list-item.question::before {
    display: none;
  }

  .ets-rv-product-comment-list-item.question .ets-rv-comment-infos {
    flex-direction: column;
  }

  footer .other-shops-links {
    justify-content: center;
    transform: unset;
    top: unset;
    right: unset;
    margin-bottom: 20px;
    position: relative;
  }

  #wrapper .breadcrumb {
    display: block !important;
    margin-bottom: 10px;
  }

  #index #wrapper .breadcrumb {
    display: none !important;
  }

  .breadcrumb span {
    font-size: 12px;
  }

  .product-bottom-container .tabs {
    margin-top: 0;
  }

  .mobile-actions-hook {
    margin-bottom: 0;
  }

  #cookiescript_badge {
    bottom: 10px !important;
  }

  .cm-payment-method {
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
  }

  .cm-payment-info {
    width: 100%;
    margin-top: 20px;
  }

  .cm-payment-info .cm-payment-column {
    width: 25%;
  }

  .cm-payment-total {
    margin: 0;
  }

  .cm-payment-total p {
    display: flex;
    justify-content: space-between;
  }

  .cm-payment-total > p > span:nth-child(2){
    min-width: unset;
  }

  strong > .cm-payment-total{
    padding:10px 0 0 0;
    margin-left: 0;
  }

  .cm-payment-info .cm-payment-column strong{
    margin-bottom: 0 !important;
    min-height: 40px;
  }

  .cm-payment-info > div {
    align-items: flex-start;
  }

  .cm-payment-info .cm-payment-column{
    margin-bottom:0;
  }

  #cm-payment-methods > label.cm-payment-method.lizinguni > div.cm-payment-info > div > p.cm-payment-column.months{
    padding-right: 0;
  }

  #cm-payment-methods > label.cm-payment-method.lizinguni > div.cm-payment-info > div > p:nth-child(1){
    padding-left: 0;
  }

  #cm-payments #cm-months,
  #cm-payments .cm-months-container{
    min-width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .socials-footer {
    gap: 15px;
  }



  #js-product-list .btn-primary.add-to-cart {
    padding: 0;
    font-size: 12px;
  }

  #js-product-list .product-miniature {
    padding: 8px;
  }

  /*.product-vendor strong {*/
  /*    font-size: 12px;*/
  /*}*/
  #products .product-discount .discount-percentage,
  #products .product-discount .regular-price {
    font-size: 12px;
  }

  #products .product-discount .discount-percentage {
    padding-right: 4px;
    margin-right: 4px;
  }

  .product-price-and-shipping .price {
    font-size: 15px;
  }

  .add-to-cart-holder form {
    min-height: 36px;
  }

  #products.list .list-add-to-cart .btn-primary.add-to-cart {
    display: none;
  }

  #products.list #js-product-list .products .js-product {
    border: none;
    padding: 0;
    margin: 8px 4px;
  }

  #products.list #js-product-list .product-miniature {
    padding-top: 30px;
  }

  #products.list .product-miniature .product-price-and-shipping {
    position: inherit;
    float: left;
    transform: none;
    top: unset;
    margin-top: 5px;
  }

  #products.list .product-miniature .product-price-and-shipping .price {
    float: left;
    font-size: 16px;
  }

  /*#js-product-list .product-miniature .product-discount {*/
  /*    min-height: unset;*/
  /*}*/
  #products.list .product-miniature .product-list-reviews,
  #products.list .product-miniature .product-title {
    margin-bottom: 0;
  }

  body .list .product-miniature .nxtal-compare-icon .compare-text,
  #products.list .wishlist-button-add::after {
    display: none;
  }

  #js-product-list .product-miniature .thumbnail-container .product-thumbnail img {
    width: 130px;
  }

  #products.list .product-description {
    width: calc(100% - 130px);
    padding-left: 10px;
    padding-right: 0;
  }

  #products.list .wishlist-button-add {
    top: -20px;
    right: 4px;
    left: unset;
    width: auto;
  }

  #products.list .product-miniature .discount-percentage {
    top: -12px;
  }

  #products.list .product-has-discount .sticker_2.fmm_title_text_sticker {
    top: -15px !important;
  }

  .product-miniature span.sticker_3.fmm_title_text_sticker.fmm_sticker_base_span {
    bottom: -12px !important;
  }

  #products.list .product-miniature .thumbnail-container {
    overflow: visible;
  }

  #products.list .thumbnail-container .nxtal-compare-icon {
    top: -15px;
    right: 5px;
    left: unset;
  }

  .resealed-badges {
    display: none;
  }

  .resealed-title {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .resealed-product {
    flex-direction: column;
    text-align: center;
  }

  .resealed-description {
    width: 100%;
    margin-bottom: 15px;
  }

  .resealed-price-and-button {
    width: 100%;
    padding: 0;
  }

  .resealed-prices {
    padding: 0;
  }

  .resealed-button form {
    width: 100%;
    margin-top: 15px;
  }

  .product-features dt.name {
    max-width: calc(40% - 10px);
    width: calc(40% - 10px);
  }

  .product-features dd.value {
    max-width: 60%;
    width: 60%;
    min-width: 60%;
  }

  .newsletter-text {
    min-width: unset;
    text-align: center;
  }


  .edit-account-form .form-custom-field,
  .customer-addresses .address {
    width: 100%;
  }

  .page-addresses .address .address-body address {
    font-size: 15px;
  }

  .customer-addresses .address-body>strong span {
    font-size: 17px;
  }

  .account-information {
    padding: 5px;
  }

  .edit-account-form .account-newsletter {
    max-width: 100%;
    min-width: calc(100% - 25px) !important;
    width: calc(100% - 25px) !important;
    margin: 0 auto;
    float: none;
    clear: both;
  }

  .edit-account-form .custom-fields-holder {
    margin-bottom: 20px;
  }

  .register-form .edit-account-form .custom-fields-holder,
  .register-form .edit-account-form .form-custom-field.field-optin,
  .register-form .edit-account-form .form-custom-field {
    margin-bottom: 0;
  }

  .edit-account-form .form-footer {
    clear: both;
    padding: 20px 15px;
  }

  .register-form .edit-account-form .form-footer {
    padding: 0;
  }

  .edit-account-form .form-footer .btn-primary {
    width: 100%;
  }

  .edit-account-form .custom-checkbox * {
    font-size: 12px;
  }

  .account-newsletter {
    padding: 15px;
  }

  .account-newsletter p {
    margin: 0;
    font-size: 12px;
  }

  .orders-container .order-details {
    flex-wrap: wrap;
    padding: 15px 20px;
  }

  .customer-page .order-details>div {
    width: 50%;
    margin: 5px 0;
  }

  .orders-container .ordered-products {
    flex-direction: column;
  }

  .orders-container .order-action {
    margin: 0 auto;
    width: 100%;
  }

  .orders-container .order-action .reorder {
    width: 160px;
    margin: 0 auto;
  }

  .orders-container .order-action .view-order {
    width: calc(100% - 30px);
    margin: 20px auto;
  }

  .ordered-product-content {
    width: calc(100% - 108px);
  }

  .acc-page-title {
    font-size: 19px;
  }

  .order-top .order-and-status {
    justify-content: flex-start;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
  }

  .order-credentials {
    flex-direction: column;
  }

  .order-credentials .order-column,
  .order-statuses,
  .single-order-details,
  .single-order-details {
    border: 1px solid #e2e2e2;
    /* box-shadow: 0 3px 12px #00000029; */
  }

  .order-and-status .order-id,
  .order-credentials .order-column {
    width: 100%;
  }

  .order-steps {
    flex-direction: column;
  }

  .order-step .order-status {
    z-index: 9;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
  }

  .order-step {
    display: flex;
    margin: 15px 0;
  }

  span.order-status-text {
    text-align: left;
    min-width: 170px;
    margin-left: 15px;
  }

  .order-step::after {
    width: 1px;
    height: 55px;
    left: 24px;
    top: 62px;
    border-style: dashed;
    border-top: none;
    border-right: 0;
    border-width: 1px;
    border-color: #dddddd;
  }

  .order-status-icon {
    margin: 5px auto;
  }

  .ordered-details-products .order-labels,
  .ordered-product-price {
    display: none;
  }

  .ordered-details-products {
    margin-top: 0;
  }

  .ordered-total .total-details {
    width: 100%;
  }

  .ordered-product-single {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }

  .ordered-product {
    width: 100%;
    margin-bottom: 10px;
  }

  .product-price-label,
  .product-quantity-label,
  .product-total-label,
  .ordered-product-price,
  .ordered-product-quantity,
  .ordered-product-total {
    width: 100px;
  }

  .ordered-product-quantity {
    text-align: right;
    margin-right: 5px;
    border-right: solid 1px;
    padding-right: 5px;
    width: 43%;
  }

  .ordered-product-total,
  .ordered-product-quantity {
    font-weight: bold;
  }

  .ordered-product-single {
    padding: 10px 0;
  }

  .order-statuses,
  .single-order-details {
    padding: 15px;
  }

  .order-and-status .order-id {
    font-size: 19px;
  }

  .wishlist-products-container {
    padding: 10px 15px;
  }

  .wishlist-products-list .wishlist-products-item {
    width: 50%;
  }

  #main .wishlist-products-container .card.page-content {
    border: none;
    box-shadow: none;
  }

  body .wishlist-products-container .wishlist-products-list {
    padding: 0;
  }

  .wishlist-products-list .wishlist-products-item {
    padding: 4px;
  }

  .wishlist-product-bottom .wishlist-product-addtocart {
    font-size: 12px;
  }

  .wishlist-products-item .wishlist-product-price {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 1;
  }

  #main .wishlist-template {
    padding: 0;
  }

  .no-orders svg {
    width: 200px;
    height: 200px;
    margin: 0;
  }

  .product-right-container .product-actions #cm-payment-methods .add-to-cart {
    width: 100%;
  }

  .cm-payment-column {
    position: relative;
  }


  .category-banners-3 .elementor-image-box-img img,
  .category-top-banner img,
  .page-category .elementor-hidden-desktop.elementor-widget img {
    width: 100%;
  }

  .category-banners-3 .elementor-row .elementor-col-33:nth-child(3),
  .category-banners-3 .elementor-row .elementor-col-33:nth-child(1),
  .category-banners-3 .elementor-row .elementor-col-33:nth-child(2) {
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .order-details-top {
    flex-direction: column;
  }

  .order-details-top .follow-order svg {
    float: none;
    margin-top: 0;
  }

  .order-details-top .follow-order {
    text-align: center;
  }

  .ets_rv_pagination_footer ul.pagination.pull-right {
    justify-content: center !important;
    width: auto;
    width: 100%;
    margin: 0 auto;
  }

  .ets_rv_wrap_table .pagination {
    text-align: center;
    width: 100%;
  }

  .cart-modal .cart-content {
    width: 100%;
  }

  #choose-by-category .elementor-row .elementor-col-16 {
    width: 112px;
  }

  #choose-by-category .elementor-row {
    gap: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  body .ui-autocomplete.ssa-menu .ssa-total-found span {
    float: left;
  }

  #product #cm-payments {
    max-height: 610px;
  }

  .slick-dotted.slick-slider.main-slider {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 435px) {
  .resealed-price-and-button {
    flex-direction: column;
    padding: 0;
  }

  .vendor-info>div:nth-child(3) {
    margin-right: 0;
  }

  #product .ets_rv_statistics .reviews-info {
    width: 100%;
  }

  .product-bottom-container {
    margin-top: 0;
  }

  .ets-rv-product-comment-list-item .ets-rv-comment-content .ets-rv-comment-buttons>span {
    margin-bottom: 6px;
  }

  .compare-left {
    width: 102px;
  }

  #choose-by-category .elementor-row .elementor-col-16 {
    width: 100px;
  }

  .cm-payment-info p strong,
  .cm-payment-column span,
  .cm-payment-total p {
    font-size: 14px;
  }

  .cm-payment-info p strong {
    min-height: 40px;
    margin-bottom: 5px;
  }

  .cm-payment-info .cm-payment-column {
    padding: 0 5px;
  }

  .cm-payment-total {
    padding: 10px 0px 0px 0px;
  }

  #cm-payment-methods>div>div.cm-payment-info>div:nth-child(1)>p:nth-child(1) {
    padding-left: 0;
  }

  #cm-payment-methods>div>div.cm-payment-info>div:nth-child(1)>p.cm-payment-column.months {
    padding-right: 0;
  }

  .cm-payment-name {
    width: calc(100% - 90px);
  }
}

@media only screen and (max-width: 411px) {
  span.ets_rv_grade_stars_process {
    width: 292px;
  }

  .ets_rv_login .ets-rv-modal-header+.ets-rv-modal-body {
    padding: 10px;
  }

  .cm-payment-name {
    width: calc(100% - 75px);
}

.cm-payment-name strong, .cm-payment-info p strong{
  font-size: 16px;
}
}

@media only screen and (max-width: 375px) {
  .vendor-info-box span {
    font-size: 13px;
  }

  .main-slider .slick-list {
    width: 100% !important;
  }

  .ets_rv_average_rating h3 {
    display: none;
  }

  .ets_rv_average_rating {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding-left: 5px;
    gap: 10px;
  }

  .ets_rv_average_grade {
    font-size: 50px;
  }

  #product .ets_rv_average_rating .ets_svg_icon span {
    font-size: 40px;
  }

  #product .ets_rv_average_rating .ets_svg_icon {
    margin-bottom: 6px;
    margin-left: 0;
    margin-right: 15px;
  }

  .ets_rv_nb_comments {
    margin-top: 15px;
  }

  .enter-review .ets-rv-btn-comment {
    margin-right: 15px;
  }

  .enter-review .btn-question,
  .enter-review .ets-rv-btn-comment {
    width: 150px;
    font-size: 14px;
  }

  .mobile-actions-hook .nxtal-compare-icon {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 360px) {
  #choose-by-category .widget-image-caption {
    font-size: 12px !important;
  }

  #products.list .product-miniature .product-title a,
  #products.list .product-miniature .product-title .custom-link {
    font-size: 14px;
  }

  #amazzing_filter .btn-holder .mobile-clear,
  #amazzing_filter .btn-holder .viewFilteredProducts {
    font-size: 13px;
  }

  span.ets_rv_grade_stars_process {
    width: 270px;
  }

  /*   .mobile-actions-hook .wishlist-button-add::after,
  .mobile-actions-hook .compare-text {
    display: none;
  } */

  .mobile-actions-hook .nxtal-compare-icon {
    margin-right: 0px;
  }

  .product-features dt.name {
    max-width: calc(50% - 10px);
    width: calc(50% - 10px);
  }

  .product-features dd.value {
    max-width: 50%;
    width: 50%;
    min-width: 50%;
  }

  .popup_login_form.ets-rv-product-comment-modal a.btn {
    margin: 5px;
  }

  .compare-link-bar {
    margin-right: 55px;
  }

  .compare-link-bar a {
    width: 118px;
    font-size: 14px;
  }

  /*   .social-sharing > span {
    font-size: 0 !important;
  } */

  .mobile-actions-hook .social-sharing {
    margin-left: 20px;
  }

  .slider-thumbs-container ul,
  .mobile .slider-thumbs-container-popup ul {
    width: 272px;
  }

  .mobile .slider-thumbs-container-popup ul iframe {
    height: 280px;
  }

  .cm-payment-info p strong, .cm-payment-column span, .cm-payment-total p{
    font-size: 12px;
  }
}

@media only screen and (max-width: 330px) {
  span.ets_rv_grade_stars_process {
    width: 230px;
  }

  .socials-footer {
    gap: 4px;
  }

  #choose-by-category .elementor-row {
    gap: 10px;
  }

  #choose-by-category .elementor-row .elementor-col-16 {
    width: 90px;
  }
}

/* Fix pagination dots */
.elementor-slick-slider ul.slick-dots li button:before {
  font-size: 12px;
  line-height: 15px;
  color: #cfcfcf;
}

/* Fix scrollbar to be only side to side */
@media (max-width: 767px) {
  .ets_mp_tabs_content {
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  span.ets_mp_block-categories_arrow {
    display: none;
  }

  /* Remove hover effect from products */
  .js-product-list .js-product:hover .product-miniature {
    box-shadow: none;
  }
}

/* Order datail - first status icon to be active */
.order-step:first-child .order-status-icon {
  background: #8bc34a;
}

/* Remove compare from mobile - product pages */
@media (max-width: 600px) {

  #product .mobile-actions-hook .nxtal-compare,
  #product .nxtal-compare-icon {
    display: none !important;
  }
}

/* Make first cell from compare part sticky - product pages */
@media (max-width: 600px) {
  #product .compare-table-container .compare_row td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
  }

  #product .compare-table-container .compare-header td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background: white;
    left: -1px;
  }
}

/* Fix lazy loading header elements */
.header-top-right {
  justify-content: flex-end;
}

.header-top-right .ssa-searchblock {
  margin-right: auto;
}

/* Fix from product page lazy loading files */
#product .main-slider,
#product .slider-thumbs {
  display: flex;
  max-width: 100%;
}

#product .images-container {
  overflow: hidden;
  position: relative;
}

#product .main-slider .thumb {
  list-style: none;
}

#product .main-slider .thumb img {
  width: 500px;
}

@media (max-width: 600px) {
  #product .main-slider .thumb img {
    width: 100%;
  }

  /* Fix order not paid section - mobile */
  .order-not-paid {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .order-not-paid-warning {
    flex-basis: 10%;
  }

  .order-not-paid-data {
    flex-basis: 90%;
  }

  .order-not-paid-button {
    flex-basis: 100%;
    margin-top: 1rem;
  }

  .order-not-paid-button a {
    width: 100%;
  }

  /* Cart overlap search console */
  .ui-autocomplete.ssa-menu.ui-menu.ui-corner-all {
    z-index: 100;
  }
}

/* Fix product description fonts  */
#product #description.tab-pane .product-description div span,
#product #description.tab-pane .product-description div,
#product #description.tab-pane .product-description p {
  font-family: "Roboto";
  font-size: 16px !important;
  color: #000000;
}

@media (max-width: 386px) {
  .order-not-paid-data {
    flex-basis: 88%;
  }
}

/* Fix bugs for tablet */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  #product .main-slider .thumb img {
    width: 100%;
  }

  body .ets_mm_megamenu::before {
    display: none;
  }

  .mm_menus_ul .mm_menus_li .mm_columns_contents_ul,
  .ets_mm_block.mm_block_type_category .ets_mm_block_content {
    position: absolute;
    overflow: hidden;
  }
}

/* Change wish to list button color for IOS devices  */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {

  #product .wishlist-button-add,
  #product .wishlist-button-add,
  .material-icons::after {
    color: #000000;
  }
}

/* Hide Returns and Returned Products section from Customer Profile, author blog comment link and author blog info link  */
.user-popup .account-orders[title="Моите връшания"],
.customer-page .left-column #returns-link {
  display: none;
}

/* Fix product titles to be end to end */
#index .product-miniature .product-title a,
#index .product-miniature .product-title .custom-link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
#product .elementor-slick-slider .product-miniature .product-title a,
#product .elementor-slick-slider .product-miniature .product-title .custom-link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
#checkout-cart .elementor-slick-slider .product-miniature .product-title a,
#checkout-cart .elementor-slick-slider .product-miniature .product-title .custom-link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
#category .elementor-slick-slider .product-miniature .product-title a,
#category .elementor-slick-slider .product-miniature .product-title .custom-link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
#manufacturer  .elementor-slick-slider .product-miniature .product-title a,
#manufacturer  .elementor-slick-slider .product-miniature .product-title .custom-link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

/* Fix review section from product pages */
#product .ets_rv_comment_list {
  display: none;
}

/* Change email alert field when product is unavailable */
.product-right-container .out-of-stock-label {
  display: block;
}

.js-mailalert button {
  width: 100%;
  background: #E2E2E2 0% 0% no-repeat padding-box;
  border-color: #E2E2E2;
  border-radius: 70px;
  opacity: 1;
  text-transform: initial;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  font-size: 15px;
}

.out-of-stock-h2 {
  color: #e40044;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.js-mailalert .btn-primary:active,
.js-mailalert .btn-primary:hover {
  color: #fff;
  background-color: #0066C0 !important;
  border-color: #0066C0 !important;
}

.js-mailalert .form-control {
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  opacity: 1;
  height: 2.75rem;
  margin-top: 1rem;
}

.js-mailalert .form-control::placeholder {
  color: #E2E2E2;
  /* Placeholder color */
}

.mailalert-p {
  text-align: left;
  font: normal normal 300 15px/18px Roboto;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

@media (max-width: 600px) {
  .out-of-stock-label {
    position: inherit;
    margin-bottom: 0.5rem;
  }

  /* Fix popup from vendor pages - mobile */
  .seller-desc-modal {
    width: 100%;
  }

  /* Fix pagination from vendor pages */
  .ets_mp_shop_tab .paggination {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    padding: 0 15px;
    font-size: 14px;
    border-bottom: 0;
    box-shadow: 0 2px 6px #00000029;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    margin: 0px 20px;
    letter-spacing: 0.75rem;
  }

  .ets_mp_shop_tab .paggination .links b,
  .ets_mp_list_seller+.paggination .links>b {
    font-weight: 400;
    position: relative;
    background: #971f7e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #971f7e;
    color: white;
    line-height: 40px;
  }

  .ets_mp_shop_tab .paggination .results,
  .ets_mp_list_seller+.paggination .results,
  .paggination .last,
  .paggination .frist {
    display: none !important;
  }

  .ets_mp_shop_tab .paggination .links b,
  .ets_mp_shop_tab .paggination .links a,
  .ets_mp_list_seller+.paggination .links>b,
  .ets_mp_list_seller+.paggination .links>a {
    font-size: 17px;
    padding-left: 12px;
  }

  .ets_mp_shop_tab,
  .ets_mp_tabs+div#products {
    border: 0;
  }

  .paggination .next,
  .paggination .prev {
    font-weight: 600;
    font-size: 20px !important;
  }

  .js-mailalert button img {
    margin-right: 0.5rem;
  }
}

/* Email alerts custom texts */
.email-alert-heading {
  font-size: 17px;
  color: #E40044;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-align: left;
  margin-top: 1rem;
}

/* Add sticky header on product pages */
#sticky-header {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sticky-header-pp {
  position: fixed;
  top: 0px;
  background-color: rgb(255, 255, 255);
  z-index: 1000;
  display: block;
  width: 100%;
  box-shadow: 0px 3px 15px #00000029;
}

.sticky-header-pp .product-additional-info {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.sticky-header-pp .sticky-header-selectors {
  display: flex;
  gap: 3rem;
  align-items: center;
  max-width: 1470px;
  margin: 0 auto;
}

.sticky-header-pp .sticky-header-add {
  margin-left: auto;
}

.sticky-header-pp .h1 {
  font: normal normal bold 15px/18px Roboto;
}

.sticky-header-pp .product-manufacturer a {
  font-size: 15px;
  text-decoration: underline;
}

.header-prod-info {
  display: flex;
  flex-direction: column;
  width: 40%;
}

.sticky-header-pp .ets-rv-product-comments-additional-info {
  margin: 0;
}

.sticky-header-pp .product-add-to-cart {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.sticky-header-pp .in-stock-label,
.sticky-header-pp .unicredit_block_btn,
.sticky-header-pp .promo-row:nth-child(1),
.sticky-header-pp .price-match-button,
.sticky-header-pp .product-add-to-cart .control-label,
.sticky-header-pp .input-group-btn-vertical,
.sticky-header-pp .product-reference {
  display: none;
}

.sticky-header-pp .product-discounts,
.sticky-header-pp .old-price {
  margin-bottom: 0;
}

.sticky-header-pp .product-discount .left-promo {
  font-weight: 300;
}

.sticky-header-pp .product-right-container {
  border: none;
  display: flex;
  gap: 2rem;
  align-items: center;
}

.sticky-header-pp .product-prices {
  margin-top: 0;
}

.sticky-header-pp .product-right-container .product-price.has-discount {
  margin-top: 10px;
}

.sticky-header-pp .product-right-container .current-price-value {
  font-size: 20px;
}

.sticky-header-add .product-right-container .product-actions .add-to-cart {
  padding: 0.5rem 1.25rem;
}

.sticky-header-pp #quantity_wanted {
  width: 4rem;
}

.sticky-header-pp .promo-row {
  gap: 3px;
}

.sponsor-footer-desktop {
  display: flex;
  align-items: flex-end;
  margin-top: 1rem;
}

.sponsor-footer-desktop img {
  width: 70%;
  margin-left: 10px;
}

.copyright .container {
  padding-top: 0;
}

.sponsor-footer-mobile {
  display: none;
}

/* Add static header */
#header {
  position: fixed;
  width: 100%;
}

#wrapper .container {
  padding-top: 4rem;
}

#product .container,
#checkout-cart .container,
#checkout-delivery .container {
  padding-top: 0;
}

#product #header {
  position: relative;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (min-width: 1000px) {
  .sticky-header-pp .sticky-header-add {
    margin-right: 5rem;
  }

  #category .sort-by-row .select-title {
    width: 160px;
  }
}

@media (min-width: 1200px) {
  .sticky-header-pp .sticky-header-selectors {
    height: 110px;
  }
}


/* Move circle chat button */
#product #widget-chat-button  {
  z-index: 9998  !important;
}

body:not(#product) #widget-chat-button  {
  z-index: 9998  !important;
}

@media (max-width: 768px) {

  .sticky-header-pp {
    top: unset;
    bottom: 0;
    box-shadow: 0px 3px 15px #00000029;
  }

  .sticky-header-pp .sticky-header-selector:nth-child(1),
  .sticky-header-pp .header-prod-info,
  .sticky-header-pp .product-quantity,
  .sticky-header-pp .product-vendor {
    display: none;
  }

  .sticky-header-pp .sticky-header-add {
    margin-left: 0;
  }

  .sticky-header-pp .sticky-header-selectors {
    display: block;
  }

  .sticky-header-pp .product-right-container {
    justify-content: space-between;
    gap: 0;
    padding-bottom: 0;
  }

  .sticky-header-add .product-right-container .product-actions .add-to-cart {
    padding: 0.75rem 2.5rem;
  }

  .sticky-header-pp .product-price {
    text-align: left;
  }

  /* Move circle chat button */
  #product .circleRollButton, #product #widget-chat-button  {
    bottom: 6rem !important;
    right: 1rem !important;
    z-index: 9998  !important;
  }

  body:not(#product) #widget-chat-button  {
    bottom: 1rem !important;
    right: 1rem !important;
    z-index: 9998  !important;
  }

  .sticky-header-pp .product-add-to-cart {
    margin-top: 0;
  }

  .sponsor-footer-desktop {
    display: none;
  }
  
  .sponsor-footer-mobile {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  
  .sponsor-footer-mobile img {
    width: 70%;
  } 

  #wrapper .container {
    padding-top: 5rem;
  }

  #order-detail .container {
    padding-top: 2rem;
  }

  #product #wrapper .container {
    padding-top: 0;
  }

  .ui-autocomplete.ssa-menu {
    max-height: 100%;
    top: 117px !important;
    z-index: 1000000 !important;
  }

  .ssa-close-btn {
    display: none !important;
  }
}

.call-us-box-mobile {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #e2e2e2;
  /*left: 0;*/
  font-size: 15px;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  padding: 14px;
  align-items: center;
  justify-content: space-evenly;
}

#sticky-header .call-us-box-mobile, #sticky-header .call-us-box {
  display: none !important;
}

.call-us-box-mobile > div {
  margin-left: 10px;
  height: 100%;
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  gap: 5px;
}

.call-us-box-mobile > div > span > a {
  color: black;
  background: #FFE75C;
}

.call-us-box {
  position: absolute;
  width: 100%;
  bottom: -115px;
  border: 1px solid #e2e2e2;
  left: 0;
  font-size: 14px;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  padding: 14px;
  align-items: center;
  justify-content: space-evenly;
}

html[lang="el-GR"] .call-us-box {
  bottom: -135px;
}

.call-us-box > div {
  margin-left: 10px;
  height: 100%;
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  gap: 5px;
}

.call-us-box > div > span > a {
  color: black;
  background: #FFE75C;
}


/* Other CSS 10.2024 */
.ce-edit-wrapper {
  float: left;
  width: 100%;
}
.elementor .elementor-section-wrap, .elementor-element .elementor-widget-container {
  clear: both;
}
#choose-by-category .widget-image-caption {
  margin-top: 15px;
}
.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1440px;
}
.elementor-widget-heading .elementor-heading-title {
  margin-top: 20px;
}

/* Other CSS 10.2024 END */

/* Carousels CSS 10.2024 */

.luigi-recco .slick-slider .slick-next, 
.luigi-recco .slick-slider .slick-prev{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  transition: none;
  background: #ffffff !important;
  border: 1px solid #707070;
}
.luigi-recco .slick-slider .slick-next:hover, 
.luigi-recco .slick-slider .slick-prev:hover{
  background: #707070 !important;
}
.luigi-recco .slick-slider .slick-next:hover::before, 
.luigi-recco .slick-slider .slick-prev:hover::before {
  color: #ffffff;
}
.luigi-recco .slick-slider .slick-next::before, 
.luigi-recco .slick-slider .slick-prev::before {
  font-size: 28px;
}
.luigi-recco .elementor-slick-slider .slick-next:before, 
.luigi-recco .elementor-slick-slider .slick-prev:before {
  line-height: 18px;
  opacity: 1;
  color: #707070;
}
.luigi-recco .elementor-slick-slider .slick-prev:before {
  margin-left: -3px;
}
.luigi-recco .elementor-slick-slider .slick-next:before{
  margin-right: -3px;
}
#index .luigi-recco .add-to-cart-or-refresh{
  display: block;
}
.luigi-recco .add-to-cart-custom{
  background: #fff;
  margin-top: 10px;
  width: 100%;
  border-radius: 30px;
  text-align: center;
  border: 1px solid #E40044;
  color: #E40044;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 23px;
  font-weight: bold;
}
.luigi-recco .add-to-cart-custom:hover{
  text-decoration: underline;
}
.luigi-recco .add-to-cart-custom:focus{
  outline: none;
}
.luigi-recco .slick-list {
  /* padding: 15px 0; */
  padding: 15px 5px;
  margin-left: -10px;
}
.luigi-recco .js-product {
  background: #fff;
  border-radius: 5px;
  box-shadow: none;
  max-width: 222px;
  padding: 15px !important;
  justify-content: flex-start;
  position: relative;
}
#index .luigi-recco .js-product {
  /* max-width: 222px; */
  max-width: 96%;
}

.luigi-recco .js-product:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  /* box-shadow: 0 0px 5px rgb(0 0 0 / 12%); */
}
.luigi-recco .product-miniature .thumbnail-container .product-thumbnail img {
  width: 192px;
  height: auto;
}
.luigi-recco .template-recommend_slick .js-product.product {
  width: calc(100% / 6 - 20px);
  margin-right: 9.7px;
  margin-left: 9.7px;
}
.luigisbox-holder > .elementor-column-wrap{
  padding: 0 !important;
}
#index .luigi-recco .template-recommend_slick .js-product.product {
  width: calc(100% / 6 - 20px);
  margin-right: 0;
  margin-left: 0;
}
.luigi-recco .template-recommend_slick .js-product.product:last-child {
  margin-right: 0;
}
#index .luigi-recco .product-miniature .product-title a:hover, 
#index .luigi-recco .product-miniature .product-title .custom-link:hover {
  text-decoration: none;
}
#checkout-cart .luigi-recco .product-miniature .product-title a:hover,
#checkout-cart .luigi-recco .product-miniature .product-title .custom-link:hover {
  text-decoration: none;
}
.luigi-recco .product-discount .regular-price {
  font-size: 12px;
}
.luigi-recco .product-price-and-shipping .price {
  font-size: 18px;
}
.luigi-recco .elementor-slick-slider ul.slick-dots {
  position: initial;
}
.luigi-recco .elementor-slick-slider ul.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 5px;
}
.luigi-recco .elementor-slick-slider ul.slick-dots li button:before {
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
  color: #E9E9E9;
}
.luigi-recco .elementor-slick-slider ul.slick-dots li.slick-active button:before {
  color: #E40044 !important;
}
.luigi-recco .slick-slide .slick-slide-inner, 
.luigi-recco .slick-slide>div {
  justify-content: center;
}
.luigi-recco .product-miniature .ets_rv_grade_stars .ets-rv-comments-nb {
  font-weight: 300;
  color: #000000;
  font-size: 12px !important;
  height: unset;
  margin-left: 3px;
  line-height: 1;
  float: right;
  padding-top: 2px;
}
.luigi-recco .product-miniature .ets_rv_grade_stars {
  line-height: 1.4 !important;
  margin-top: 0 !important;
}
#checkout-cart .luigi-recco .product-miniature .ets_rv_grade_stars {
  font-size: 24px !important;
}
.luigi-recco .ets_svg_icon span {
  font-size: 20px;
  line-height: 6px;
}
.page-product .luigi-recco .ets_svg_icon span {
  line-height: 16px;
}
.luigi-recco .product-miniature .product-title {
  margin-top: 6px;
}
.luigi-recco .product-miniature .product-description {
  padding-top: 6px;
}
.luigi-recco .product-miniature .discount-percentage {
  font-size: 12px !important;
  font-weight: 500 !important;
}
.luigi-recco  .product-miniature .product-title {
  min-height: 34px !important;
}
.luigi-recco .js-product .product-title {
  height: 34px;
}
.luigi-product .second-promo-sticker{
  display: inline-block;
  background: #0066C0;
  font-size: 12px;
  color: #fff;
  padding: 0 7px;
  border-radius: 3px;
}

.luigi-product .promo-sticker{
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 3px;
  line-height: 14px;
  border-radius: 3px;
  padding: 2px 8px;
  margin-left: 5px;
  background: rgba(228,0,68,1);
  background: -moz-linear-gradient(left, rgba(228,0,68,1) 0%, rgba(228,0,68,1) 0%, rgba(151,30,127,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228,0,68,1)), color-stop(0%, rgba(228,0,68,1)), color-stop(100%, rgba(151,30,127,1)));
  background: -webkit-linear-gradient(left, rgba(228,0,68,1) 0%, rgba(228,0,68,1) 0%, rgba(151,30,127,1) 100%);
  background: -o-linear-gradient(left, rgba(228,0,68,1) 0%, rgba(228,0,68,1) 0%, rgba(151,30,127,1) 100%);
  background: -ms-linear-gradient(left, rgba(228,0,68,1) 0%, rgba(228,0,68,1) 0%, rgba(151,30,127,1) 100%);
  background: linear-gradient(to right, rgba(228,0,68,1) 0%, rgba(228,0,68,1) 0%, rgba(151,30,127,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40044', endColorstr='#971e7f', GradientType=1 );
}
#index .luigi-recco .featured-carousel {
  margin-bottom: 15px !important;
}

@media only screen and (max-width: 1580px) {
  .luigi-recco .elementor-slick-slider .slick-prev {
    left: -7px;
    z-index: 999;
  }
  .luigi-recco .elementor-slick-slider .slick-next {
    right: -7px;
    z-index: 999;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  #index .luigi-recco .js-product {
    max-width: 94%;
  }
}
@media only screen and (max-width: 1024px) {
  body#category .ets_svg_icon span {
    font-size: 20px;
  }
  body#category #products .product-miniature .ets_rv_grade_stars .ets-rv-comments-nb {
    font-size: 12px !important;
    height: unset;
    margin-left: 3px;
    line-height: 1;
    float: right;
    padding-top: 2px;
  }
  .luigi-recco .slick-slider .slick-next, .luigi-recco .slick-slider .slick-prev {
    display: none !important;
  }
  .luigi-recco .template-recommend_slick.elementor-slick-slider{
    display: inline-flex;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .luigi-recco .featured-carousel{
    overflow: auto;
    /* width: 100%;
    margin: 0 auto; */
  }
  .luigi-recco .template-recommend_slick .js-product.product {
    max-width: 222px !important;
    width: 222px !important;
    margin: 0;
  }
  .luigi-recco .js-product:hover {
    box-shadow: none !important;
  }
  .luigi-recco .add-to-cart-custom:hover {
    text-decoration: none !important;
  }
  .luigi-recco .featured-carousel .js-product .product-title {
    margin-bottom: 10px;
  }
}

/* Carousels CSS 10.2024 END */

/* Autoscomplete search CSS 10.2024 */
@media (min-width: 991px) {
  .luigi-ac.luigi-ac-open > div, .luigi-ac.luigi-ac-open > div > div {
    position: relative;
    width: 100%;
  }
  .luigi-ac-enter+[itemprop=result] {
    max-width: 1000px;
  }
  .luigi-ac-enter+[itemprop=result] {
    padding: 0 24px;
  }
  .luigi-ac-enter+[itemprop=result] {
    width: 100%;
    display: flex;
  }
  .luigi-ac-main {
    padding-bottom: 0;
    margin-top: 20px;
  }
  .luigi-ac-main, .luigi-ac-others {
    width: 50%;
  }
  .luigi-ac-query-wrapper {
    align-items: center;
    flex-wrap: wrap !important;
  }
  .luigi-ac-header+[class*=luigi-ac-] {
    display: block !important;
    margin-bottom: 21px;
    padding: 0;
  }
  .luigi-ac-header {
    font-size: 13px;
    line-height: 16px;
    color: #999897;
    margin-bottom: 6px;
  }
  .luigi-ac-header {
    font-size: 15px;
  }
  .luigi-ac-item-wrapper {
    padding-bottom: 20px;
  }
  .luigi-ac-item-wrapper {
    display: block !important;
  }
  .luigi-ac-button-block {
    position: fixed;
    bottom: 0;
    left: 16px;
    right: 16px;
    padding: 8px 0;
    background: #fff;
    display: none !important;
  }
  .luigi-ac-button-block {
    position: absolute;
    bottom: -61px;
    left: 0;
    /*display: flex;*/
    justify-content: center;
    width: 100%;
    padding: 0;
    display: none !important;
  }
  .luigi-ac-item-wrapper .luigi-ac-item {
    display: block;
    margin-bottom: 21px;
  }
  .luigi-ac-product .luigi-ac-image {
    padding: 0;
    grid-column: 1;
    grid-row-end: span 2;
    grid-row-start: 1;
    align-self: center;
  }
  .luigi-ac-product td {
    padding: 0;
  }
  .luigi-ac-autocomplete.luigi-ac-open {
    position: fixed;
    margin: auto;
    bottom: 0 !important;
  }
  .luigi-ac-autocomplete.luigi-ac-open {
    bottom: auto !important;
    max-height: 60vh !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .luigi-ac.luigi-ac-open {
    display: block;
    background-color: #fff;
    max-height: 1000px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .luigi-ac.luigi-ac-open {
    display: flex;
    justify-content: center;
    background-color: #fff;
    max-height: 1000px;
  }
  .luigi-ac-footer {
    display: none;
  }
}

  
@media only screen and (min-width: 1441px) {
  #search_widget, 
  .ssa-searchblock-top.ssa-searchblock {
      width: 840px;
      max-width: 840px;
      padding: 0;
  }
}
.ssa-search-query {
  background-color: #ffffff;
}
.ssa-searchblock.searching .ssa-nav-fill,
.ssa-searchblock.searching-clicked .ssa-nav-fill {
  border-bottom-left-radius: 0;
}
.ssa-searchblock.searching .ssa-nav-right .btn,
.ssa-searchblock.searching-clicked .ssa-nav-right .btn {
  border-bottom-right-radius: 0;
}
.ssa-searchblock form .ssa-nav-fill {
  border-top-left-radius: 28px;
  border-bottom-left-radius: 30px;

}
.ssa-searchblock form .ssa-nav-fill,
.ssa-searchblock form .ssa-nav-fill .ssa-nav-search-field,
.ssa-searchblock form .ssa-nav-fill .ssa-search-query,
.ssa-searchblock form .ssa-nav-right{
  height: 40px;
}
.ssa-searchblock .ssa-button-search{
  padding: 11px 12px 8px 0 !important;
  height: 40px !important;
}
.ssa-searchblock .ssa-button-search:focus{
  outline: none;
}
.luigi-ac-line .luigi-ac-enter{
  display: none;
}
.luigi-ac-line.luigi-ac-autocomplete.luigi-ac-open {
  box-shadow: none;
  border-radius: 0 0 28px 28px;
  width: 100%;
}
.luigi-ac-line .luigi-ac-header-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-transform: capitalize !important;
}
.luigi-ac-line .luigi-ac-category .luigi-ac-text:last-child, .luigi-ac-line .luigi-ac-product .luigi-ac-text:last-child, .luigi-ac-line .luigi-ac-query .luigi-ac-text:last-child {
  padding-right: 0;
}
.luigi-ac-line .luigi-ac-category .luigi-ac-text:first-child, .luigi-ac-line .luigi-ac-product .luigi-ac-text:first-child, .luigi-ac-line .luigi-ac-query .luigi-ac-text:first-child {
  padding-left: 0;
}
.luigi-ac-line .luigi-ac-indent{
  display: none !important;
}
.luigi-ac-line .luigi-ac-header {
  background: none !important;
  border-bottom: none !important;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 19px;
}
.luigi-ac-line .luigi-ac-item {
  border: none !important;
  color: #000 !important;
}
.luigi-ac-line td {
  border: none !important;
}
.luigi-ac-active, .luigi-ac-item:focus,
.luigi-ac-item:hover {
  background-color: initial !important;
}
.luigi-ac-item:hover .luigi-ac-title span[itemprop="name"]{
  text-decoration: underline;
}
.luigi-ac-line .luigi-ac-category .luigi-ac-text .luigi-ac-title, .luigi-ac-line .luigi-ac-product .luigi-ac-text .luigi-ac-title, .luigi-ac-line .luigi-ac-query .luigi-ac-text .luigi-ac-title {
  font-weight: 300 !important;
  font-size: 15px;
}
.luigi-ac-line .luigi-ac-header {
  width: 100%;
}
.luigi-ac-main, .luigi-ac-others {
  display: inline-block;
}
.luigi-ac-others{
  width: 30%;
}
.luigi-ac-main{
  width: 70%;
  order: 2;
  margin-top: 0;
}
.luigi-ac-line .luigi-ac-header-inner {
  margin-top: 5px;
  display: block;
}
.luigi-ac-line .luigi-ac-category .luigi-ac-image, .luigi-ac-line .luigi-ac-product .luigi-ac-image, .luigi-ac-line .luigi-ac-query .luigi-ac-image {
  padding-left: 0 !important;
  width: 85px !important;
  margin-right: 15px;
}
.luigi-ac-line .luigi-ac-category .luigi-ac-image div, .luigi-ac-line .luigi-ac-product .luigi-ac-image div, .luigi-ac-line .luigi-ac-query .luigi-ac-image div {
  height: 85px !important;
}
.luigi-ac-line .luigi-ac-category .luigi-ac-image img, .luigi-ac-line .luigi-ac-product .luigi-ac-image img, .luigi-ac-line .luigi-ac-query .luigi-ac-image img {
  max-height: 85px !important;
}
.luigi-ac-product .luigi-ac-text{
  padding: 0 !important;
}
.luigi-ac-line .luigi-ac-product .luigi-ac-text .luigi-ac-title{
  font-family: "Roboto", sans-serif;
  font-size: 16px !important;
  line-height: 19px;
  font-weight: 700 !important;
  margin-bottom: 5px;
}
.luigi-ac-product .luigi-ac-text .luigi-ac-title:hover{
  color: #971F7E;
}
/*.luigi-ac-product .luigi-ac-text .luigi-ac-attrs{*/
/*  text-decoration: underline;*/
/*}*/
.luigi-ac-product>.luigi-ac-title, .luigi-ac-product>.luigi-ac-price {
  grid-column: 2;
}
.luigi-ac-product>.luigi-ac-price {
  display: flex;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-top: 4px;
  color: #141414;
  align-items: center;
  padding: 0;
  margin: 0;
}
.luigi-ac-line .luigi-ac-category .luigi-ac-price, .luigi-ac-line .luigi-ac-product .luigi-ac-price, .luigi-ac-line .luigi-ac-query .luigi-ac-price {
  width: auto !important;
  padding-right: 0 !important;
  text-align: left !important;
}
.luigi-ac-price-old {
  color: #000 !important;
  order: 2;
  margin-left: 15px;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none !important;
}
.luigi-ac-product {
  display: grid;
  justify-content: start;
}
.luigi-ac-enter+[itemprop=result] {
  padding: 0 24px;
}

.see-all-result-holder{
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 0 22px 0;
  line-height: 41px;
}
.see-all-result-holder .see-all-results{
  background: #971F7E;
  padding: 12px 55px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  border-radius: 70px;
}
.see-all-result-holder .see-all-results:hover{
  text-decoration: underline;
}
.see-all-result-holder .see-all-results:focus{
  outline: none;
}
.ssa-searchblock .clear-field-button{
  display: none;
}
.luigi-ac-line .luigi-ac-footer{
  display: none;
}
.ssa-searchblock .mobile_white_screen{
  display: none;
}
@media only screen and (max-width: 1440px) {
  #search_widget, .ssa-searchblock-top.ssa-searchblock {
    max-width: 600px;
  }
}

@media only screen and (max-width: 1280px) {
  .luigi-ac-enter+[itemprop=result] {
    display: block;
    padding-bottom: 90px;
  }
  .luigi-ac-main {
    order: 0;
  }
  .luigi-ac-main, .luigi-ac-others{
    width: 100%;
  }
  .luigi-ac-line .luigi-ac-category .luigi-ac-image, .luigi-ac-line .luigi-ac-product .luigi-ac-image, .luigi-ac-line .luigi-ac-query .luigi-ac-image {
    width: 75px !important;
  }
  .luigi-ac-line .luigi-ac-category .luigi-ac-image div, .luigi-ac-line .luigi-ac-product .luigi-ac-image div, .luigi-ac-line .luigi-ac-query .luigi-ac-image div {
    height: 75px !important;
  }
  .luigi-ac-line .luigi-ac-category .luigi-ac-image img, .luigi-ac-line .luigi-ac-product .luigi-ac-image img, .luigi-ac-line .luigi-ac-query .luigi-ac-image img {
    max-height: 75px !important;
  } 
  .luigi-ac-line .luigi-ac-product .luigi-ac-text .luigi-ac-title {
    font-size: 14px !important;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  #search_widget, .ssa-searchblock-top.ssa-searchblock {
    max-width: 520px;
  }
}
@media only screen and (max-width: 1024px) {
  .luigi-ac {
    width: 100% !important;
    max-width: 100% !important;
    height: 91vh !important;
    max-height: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999999999 !important;
  }
  .luigi-ac-line.luigi-ac-autocomplete.luigi-ac-open {
    border-radius: 0;
    top: 67px !important;
  }
  
  .ssa-searchblock.searching,
  .ssa-searchblock.searching-clicked{
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
    display: block;
    float: left;
    z-index: 9999;
    max-width: 100%;
    padding: 15px;
    background: #fff;
  }
  .ssa-searchblock.searching form,
  .ssa-searchblock.searching-clicked form{
    width: 95%;
    border: 1px solid #ccc;
    border-radius: 28px;
    line-height: 36px;
    height: 40px;
  }
  .ssa-searchblock.searching .clear-field-button,
  .ssa-searchblock.searching-clicked .clear-field-button{
    display: block;
    width: 5%;
    background: none;
    border: none;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    padding: 0;
    padding-left: 12px !important;
  }
  .ssa-searchblock.searching .clear-field-button:focus,
  .ssa-searchblock.searching-clicked .clear-field-button:focus{
    outline: none;
  }
  body .ssa-searchblock.searching .ssa-button-search,
  body .ssa-searchblock.searching-clicked .ssa-button-search {
    background-color: transparent;
  }
  body .ssa-searchblock.searching form .ssa-nav-fill .ssa-search-query,
  body .ssa-searchblock.searching-clicked form .ssa-nav-fill .ssa-search-query {
    font-size: 15px;
    background: transparent;
    line-height: 18px;
    height: 37px;
  }
  .ssa-searchblock.searching .ssa-nav-fill,
  .ssa-searchblock.searching-clicked .ssa-nav-fill {
    background: transparent;
  }
  .see-all-result-holder{
    margin: 0;
    padding: 14px 0 16px 0;
    box-shadow: 0 6px 15px #00000029;
    margin-top: 10px;
    position: fixed;
    bottom: 0;
    z-index: 99;
    background: #fff;
  }
  .see-all-result-holder .see-all-results:hover {
    text-decoration: none;
  }
  .see-all-result-holder .see-all-results {
    padding: 12px 93px;
  }
  .luigi-ac-item:hover .luigi-ac-title span[itemprop="name"] {
    text-decoration: none;
  }
  .luigi-ac-product .luigi-ac-text .luigi-ac-title:hover {
    color: #000;
  }
  .ssa-searchblock.searching-clicked .mobile_white_screen{
    display: block;
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 70px;
  }
}
@media only screen and (max-width: 990px) {
  .luigi-ac-line .luigi-ac-item-wrapper .luigi-ac-item {
    margin-bottom: 21px;
  }
  .luigi-ac-line .luigi-ac-item-wrapper .luigi-ac-item:last-child {
    margin-bottom: 0;
  }

  .luigi-ac-product{
    grid-template-areas:
    'image info'
    'image price';
  }
  .luigi-ac-product .luigi-ac-image{
    grid-area: image;
    height: 75px;
    padding: 0;
  }
  .luigi-ac-product .luigi-ac-text{
    grid-area: info;
    min-height: 47px;
  }
  .luigi-ac-product .luigi-ac-price{
    grid-area: price;
    height: 28px;
  }


}
@media only screen and (max-width: 768px) {
  #search_widget, .ssa-searchblock-top.ssa-searchblock {
    max-width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .ssa-searchblock.searching form,
  .ssa-searchblock.searching-clicked form {
    width: 90%;
  }
  .ssa-searchblock.searching .clear-field-button,
  .ssa-searchblock.searching-clicked .clear-field-button {
    width: 10%;
  }
}
@media only screen and (max-width: 350px) {
  .see-all-result-holder .see-all-results {
    padding: 12px 65px;
  }
}


/* Autoscomplete search CSS 10.2024 END */

/* Search result page CSS 10.2024  */

.lb-search .lb-search__aside {
  width: 23% !important;
}

.lb-search .lb-search__main {
  width: 77% !important;
  padding: 0 !important;
}

.lb-histogram__cell {
  display: none;
}

.lb-histogram {
  height: auto;
}

.product-miniature .ets_rv_grade_stars {
  letter-spacing: 2px;
  font-size: 16px;
  color: #ee9a00;
  fill: #ee9a00;
  display: inline-flex;
  align-items: center;
  line-height: 0.8;
  margin-top: 10px;
}



.lb-search-bg-color-primary, .lb-search-bg-color-primary-clickable {
  background-color: #e40044 !important;
}

.lb-search .lb-facet--hierarchical .caret-visible>.hf-wrap>.children-caret:after {
  content: '+' !important;
  font-family: Arial !important;
  position: absolute !important;
  padding: 3px 5px !important;
  line-height: .5em !important;
  font-size: 1.4em !important;
  background-image: unset !important;
  color: #e40044 !important;
  transform: unset !important;
  width: auto;
}

.lb-search .lb-facet--hierarchical .children-visible>.hf-wrap>.children-caret:after {
  content: '−' !important;
  font-family: Arial !important;
  position: absolute !important;
  padding: 3px 5px !important;
  line-height: .5em !important;
  font-size: 1.4em !important;
  background-image: unset !important;
  color: #e40044 !important;
  transform: unset !important;
  width: auto;
}

.lb-search .lb-facet--hierarchical .children-caret {
  position: relative !important;
}

.lb-search .lb-facet--hierarchical .hf-wrap {
  padding-right: 20px;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.lb-search .lb-pagination__btn,
.lb-search .lb-pagination__info{
  display: none !important;
}
.lb-search .lb-pagination {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0 !important;
  display: block !important;
  float: left !important;
  width: 100% !important;
}
.lb-search .lb-pagination__pager {
  display: inline-flex !important;
  font-size: 14px !important;
  padding-bottom: 0 !important;
  line-height: 45px;
}
.lb-search .lb-pagination .lb-pagination_page {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  padding: 2px;
}
.lb-search .lb-pagination .lb-pagination_page:hover{
  text-decoration: none !important;
}
.lb-search .lb-pagination .lb-pagination_page--active {
  font-size: 15px;
  color: #7a7a7a;
  text-decoration: none;
  border-bottom: solid 1px #db0048;
  font-weight: 700;
}
.lb-search .lb-pagination__pager .lb-pagination_page {
  height: 17px !important;
  margin: 0 6px !important;
  top: 14px !important;
}
.lb-search .lb-pagination__pager .lb-pagination_page--button-first{
  background-size: 15px auto !important;
  margin: -1px 5px !important;
}
.lb-search .lb-pagination__pager .lb-pagination_page--button-prev {
  background-size: 10px auto !important;
  margin: 0 5px !important;
}
.lb-search .lb-pagination__pager .lb-pagination_page--button-next{
  background-size: 10px auto !important;
  margin: -1px 5px !important;
}
.lb-search .lb-pagination__pager .lb-pagination_page--button-last{
  background-size: 15px auto !important;
  margin: 0 5px !important;
}
.lb-search .lb-pagination__pager .lb-pagination_page--button-first,
.lb-search .lb-pagination__pager .lb-pagination_page--button-last{
  display: none;
}

.lb-search {
  padding-top: 0 !important;
}
.lb-search .lb-search__aside .lb-aside-border {
  border-top: 0 !important;
}
.lb-search .lb-facet--collapsed .lb-facet__title span {
  display: none !important;
}
.lb-search .lb-facet__title {
  font-size: 17px !important;
}
.lb-search .lb-search__aside .lb-aside-border {
  border-right: 0 !important;
  margin-left: 16px;
}
.lb-search .lb-facet {
  padding-right: 0 !important;
}
.lb-search .lb-aside-section {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 0 !important;
}
.lb-search .lb-facet--collapsed .lb-facet__header {
  margin-bottom: 10px;
}
.lb-search .lb-aside-section .lb-facet{
  padding-bottom: 25px !important;
}
.lb-search .lb-aside-section .lb-facet.lb-facet--collapsed{
  padding-bottom: 0 !important;
}
.lb-search .lb-facet__header {
  margin-top: 0 !important;
  padding: 11px 0 11px 0 !important;
  margin-bottom: 0 !important;
}
.lb-search .lb-search__aside .lb-aside-heading {
  margin-bottom: 0 !important;
  padding-bottom: 3px !important;
  border-right: 1px solid #ddd !important;
  padding-right: 20px !important;
  font-size: 1.4em !important;
  font-weight: 600;
  padding-top: 0 !important;
  margin-top: -3px;
}
.lb-search .lb-facets{
  border-right: 1px solid #ddd;
  padding-right: 20px;
}
.lb-search .lb-search__aside {
  padding-right: 15px !important;
}
.lb-search .lb-search__main {
  padding-left: 15px !important;
}
.lb-search .lb-search__title {
  font-weight: 700 !important;
  font-size: 21px !important;
  line-height: 23px !important;
}
.lb-search .lb-facet--hierarchical .lb-facet__hierarchical-first-level {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 8px !important;
}
.lb-search .lb-facet--hierarchical .lb-facet__hierarchical-first-level .lb-facet__label{
  margin-bottom: 0 !important;
}
.lb-search .lb-facet__label{
  margin-bottom: 8px !important;
}
.lb-search .lb-checkbox {
  margin: 0 !important;
  padding: 0 0 0 25px !important;

}
.lb-search .lb-facet--hierarchical .hierarchical-level {
  padding-left: 0 !important;
  margin: 4px 0 0 15px !important;
}
.lb-search #js-product-list .product-miniature, 
.lb-search .category-bottom-products .product-miniature {
  /* justify-content: end !important; */
  padding-top: 35px;
}
.lb-search .promo-sticker{
  margin: 12px 0px 0 17px;
  position: absolute;
}
.lb-search .lb-facet--hierarchical .children-count {
  display: none;
}
.lb-search .lb-checkbox__input:active+.lb-checkbox__check, .lb-search .lb-checkbox__input:active+.lb-checkbox__check+.lb-checkbox__element, .lb-search .lb-checkbox__input:focus+.lb-checkbox__check, .lb-search .lb-checkbox__input:focus+.lb-checkbox__check+.lb-checkbox__element, .lb-search .lb-checkbox__input:hover+.lb-checkbox__check, .lb-search .lb-checkbox__input:hover+.lb-checkbox__check+.lb-checkbox__element {
  transform: none !important;
  box-shadow: none !important;
}
.lb-search .lb-checkbox--no-color .lb-checkbox__input:checked+.lb-checkbox__check::before {
  background: #e40044;
}
.lb-search .lb-checkbox--no-color .lb-checkbox__input:checked+.lb-checkbox__check::after {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 10px;
  width: 6px;
  margin-left: 60%;
  border-bottom: 2px solid #ffff;
  border-right: 2px solid #ffff;
  visibility: visible;
  position: absolute;
  top: 14px;
  left: -4px;
  margin-top: -13px;
}
.lb-search .lb-checkbox__check {
  background-image: none !important;
  width: 18px;
  height: 18px;
  display: block;
  transition: 120ms transform ease-in-out;
  border: 1px solid #e40044;
  border-radius: 5px;
  visibility: visible;
}
.lb-search .lb-checkbox__element {
  background-color: unset !important;
  border: unset !important;
  box-shadow: unset !important;
  transform: scale(1);
  z-index: 1;
}
/* .lb-search .lb-active-filters{
  display: none;
} */
.lb-search .lb-checkbox__check, .lb-search .lb-checkbox__element {
  border-radius: 5px !important;
  height: 18px !important;
  width: 18px !important;
}
.lb-search .lb-checkbox__text {
  text-align: left;
  padding-top: 7px !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 14px;
  padding-left: 7px;
  padding-top: 2px;
}

.lb-search .lb-facet--range .vue-slider-component .vue-slider-dot{
  position: absolute;
    top: -5px !important;
    margin-left: 0 !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 100%;
    background: #eceff0;
    cursor: pointer;
    z-index: 2;
    border: 5px solid #aab2bd;
    touch-action: none;
    z-index: 999;
}
.lb-search .lb-facet--range .vue-slider-component .vue-slider-dot:hover{
  cursor: pointer;
}
.lb-search .lb-facet--range .vue-slider-component .vue-slider {
  background: #eee !important;
  height: 7px !important;
}
.lb-search .lb-facet--range .vue-slider-component .vue-slider-piecewise{
  background: none !important;
}
.lb-search .lb-facet--range .vue-slider-component .vue-slider-process{
  background: #e40044 !important;
}
.lb-search .lb-histogram {
  height: auto !important;
}
.lb-search .lb-facet__more {
  text-decoration: none !important;
}
.lb-search .lb-facet__more:hover {
  text-decoration: underline !important;
}
.lb-search .lb-aside-section:last-child{
  border: none !important;
}
.lb-search .lb-histogram__from,
.lb-search .lb-histogram__to{
  font-size: 1rem !important;
  line-height: 1.25em !important;
  padding: 10px 0 !important;
  color: #000 !important;
}
.lb-search .vue-slider-component {
  padding: 10px 0 !important;
}
.lb-search .lb-facet__range {
  display: none;
}
.lb-search .lb-pricefacet-wrap {
  padding: 0 10px 10px;
}
.lb-search .lb-search__button-and-sorting {
  margin-bottom: 1.25rem;
}
.lb-search .lb-sorts select{
  border: solid 1px #000000 !important;
  border-radius: 5px !important;
  width: auto !important;
  display: flex !important;
  align-content: center !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 31px !important;
  font-size: 15px !important;
  padding: 5px 8px 5px 5px !important;
}
.lb-search .lb-search__headline {
  margin-bottom: 25px !important;
}
.lb-search .lb-sorts {
  height: 31px !important;
}
.lb-search .lb-sorts select option {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  padding: 5px 10px;
}
.lb-search .lb-sorts select option:hover {
  text-decoration: none;
  background: #E2E2E2;
}
.lb-search .lb-pagination__pager .lb-pagination_page--hidden {
  top: 0 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .lb-search .lb-sorts select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: none !important;
  }
  .lb-search .lb-search__aside .lb-aside-heading {
    margin-bottom: 0 !important;
    /*padding-bottom: 3px !important;*/
    border-right: 1px solid #ddd !important;
    padding-right: 20px !important;
    font-size: 1.4em !important;
    font-weight: 600;
    padding-top: 0 !important;
    margin-top: -3px;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #e8e8e8;
  }
  .lb-search .lb-search__button-and-sorting .lb-search__button-and-sorting__button:nth-of-type(odd), .lb-search .lb-search__button-and-sorting .lb-search__button-and-sorting__sorting:nth-of-type(odd),.lb-search .lb-search__button-and-sorting .lb-search__button-and-sorting__sorting {
    /* margin-top: 2% !important;
    width: 49% !important;
    margin-left: 0 !important; */
    /* width: 100% !important; */
    width: calc(50% - 3px) !important;
    margin: 0 !important;
  }
  #lb-search-element .lb-search .lb-search__button-and-sorting {
    width: 100%;
    display: flex;
    gap: 6px;
    justify-content: space-between;
  }
  .lb-search .lb-sorts .lb-sorts__title{
    display: none;
  }
  .lb-search .lb-search__aside .lb-aside-heading__hits-count{
    display: none !important;
  }
  .lb-search .lb-facets__mobile-actions .lb-js-mobile-filter-close {
    padding: 11px 15px !important;
    width: 50% !important;
    height: 36px;
    font-size: 15px;
    margin-top: 0;
    text-transform: none;
    border-radius: 30px;
}
  .lb-search .lb-search__body .lb-facets__mobile-actions:before {
    background: #fff !important;
    box-shadow: 0 -6px 6px #00000029;
    height: 15px !important;
    top: -15px !important;
  }
  .lb-search .lb-facets__mobile-actions {
    padding-bottom: 15px !important;
  }
  #lb-search-element .lb-search .lb-search__aside.is-active {
    display: none;
    height: 100vh;
    height: calc(var(--lbxvh, 1vh)* 100);
    position: fixed;
  }
  #lb-search-element .lb-search .lb-search__aside.is-active .lb-facets__mobile-actions, #lb-search-element .lb-search .lb-search__aside.is-active .lb-search__close-filter {
     display: block;
  }
  .lb-search .lb-search__close-filter {
    top: 10px !important;
  }
  #lb-search-element .lb-search .lb-search__aside.is-active {
    -webkit-overflow-scrolling: touch !important;
    background-color: #fff !important;
    bottom: 0 !important;
    display: block !important;
    left: 0 !important;
    overflow-y: auto !important;
    padding: 20px 20px 100px !important;
    right: 0 !important;
    top: 0 !important;
  }

  #lb-search-element  .lb-search .lb-search__aside.is-active {
      display: flex;
      flex: 0 0 auto;
      flex-direction: column;
      width: 28%;
    }



  .lb-search .lb-d-t-none {
    display: block !important;
  }
  .lb-search .lb-search__main{
      width: 100% !important;
      padding: 0 5px !important;
  }
  #search.page-search #wrapper .container {
    /* padding-top: 40px; */
  }
  .lb-search .lb-search__aside {
    padding-right: 0 !important;
    width: 100% !important;
  } 
  .lb-search .lb-search__aside .lb-aside-heading {
    border-right: none !important;
  }
  .lb-search .lb-facets {
    border-right: none !important;
  }
  .lb-search .lb-search__aside .lb-aside-border {
    margin-left: 0 !important;
  }
  .lb-search .lb-histogram__from, .lb-search .lb-histogram__to {
    margin-left: 10px;
    margin-right: 10px;
  }
  .lb-search .lb-search__aside.is-active {
    z-index: 9999 !important;
  }
  .lb-search #products {
    margin-right: -15px;
    margin-left: -15px;
  }
  .lb-search .lb-search__button-and-sorting__button .lb-search__mobile-filter,
  .lb-search .lb-sorts select {
    font-weight: 700 !important;
    text-align: center;
    border: 1px solid #c4c4c4 !important;
    border-radius: 5px !important;
    color: #000000 !important;
    font-size: 15px !important;
    padding: 8px 0 !important;
    width: calc(100% - 3px) !important;
    margin: 0 !important;
    background-color: #fff !important;
    height: 40px !important;
  }

}
@media only screen and (max-width: 539px) {
  /* .lb-search .lb-search__button-and-sorting .lb-search__button-and-sorting__button:nth-of-type(odd), .lb-search .lb-search__button-and-sorting .lb-search__button-and-sorting__sorting:nth-of-type(odd) {
    width: 100% !important;
  } */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lb-search .lb-search__aside {
    display: none !important;
  } 
}
@media only screen and (max-width: 768px) {
  .lb-search .lb-facet__title:after {
    right: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .lb-search .promo-sticker {
    margin: 12px 0px 0 13px;
  }
}

.product-miniature .ets_rv_grade_stars[data-grade="0"] {
  visibility: hidden !important;
}

.product-discount[data-grade="0"] {
  visibility: hidden !important;
}

[data-show="nqma"] {
  visibility: hidden !important;
}

.ets_svg_icon span {
  font-style: normal;
  font-size: 24px;
  color: #e6e7e8;
}

.ets_svg_icon span.star_half,
.ets_svg_icon span.star_full {
  color: #ffdd00;
}

@media (min-width: 991px) {
  span.luigi-all-results {
    display: none;
  }

}

@media (min-width: 1024px) {

  .luigi-recco .ets_svg_icon span {
    font-size: 24px;
    line-height: 6px;
  }
  .page-product .luigi-recco .ets_svg_icon span {
    line-height: 16px;
  }

  .luigi-recco .product-miniature .ets_rv_grade_stars .ets-rv-comments-nb {
    font-weight: 300;
    color: #000000;
    font-size: 15px !important;
    height: unset;
    margin-left: 3px;
    line-height: 1;
    float: right;
    padding-top: 3px;
  }

}
@media (min-width: 768px) {
  .lb-search .lb-facet__cancel {
    margin-top: -25px !important;
    right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .lb-search .lb-facets__mobile-actions .lb-js-mobile-filter-close {
    font-size: 13px !important;
  }
}
span.luigi-all-results {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  background: #fff;
}

span.luigi-all-results span {
  border-radius: 70px;
  background-color: #971F7E;
  padding: 12px;
  display: inline-block;
  width: 80vw;
  color: #fff;
  font-weight: 500;
}

.luigi-ac-main .luigi-ac__highlighted {
  white-space: nowrap !important;
}

.luigi-ac-line .luigi-ac-product .luigi-ac-text .luigi-ac-title {
  white-space: pre-wrap !important;
}
.luigi-ac .luigi-ac-others .luigi-ac-button-block {
  display: none !important;
}
.luigi-recco .fmm_title_text_sticker.fmm_sticker_base_span, #lb-results .fmm_title_text_sticker.fmm_sticker_base_span {
  display: none !important;
}
.lb-search__body .nxtal-compare-icon,
.lb-search__body .wishlist-button-add,
.luigi-recco .nxtal-compare-icon,
.luigi-recco .wishlist-button-add {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .luigi-ac-enter+[itemprop=result] {
    display: grid;
    padding-bottom: 90px;
  }

  .luigi-ac-others {
    order: 1;
  }

  .luigi-ac-main {
    order: 2;
  }

  .luigi-ac-main, .luigi-ac-others {
    width: 100%;
  }
}
body:not(.elementor-editor-active) .elementor-element.luigi-recco-title {
  display: none;
}

/* Search result page CSS 10.2024 END */

/* Product page CSS Fix 12.2024  */
.custom-out-of-stock #sticky-header{
  display: none;
}
.ets_mp-dashboard-page .box-info .box-tooltip {
  white-space: normal;
  color: #fff;
  line-height: 20px;
}


/* Product page CSS Fix 12.2024 END */

html body #___ratingbadge_0 {
  display: none !important;
}

.js-product-discounts {
  text-align: center;
  gap: 2em;
  display: flex;
  flex-direction: column;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 0;
  max-width: 100%;
  box-sizing: border-box;
  background: #E2E2E24E;
  opacity: 1;
}

.volume-discount-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 4px 12px;
  width: fit-content;
  margin: -0.75em auto;
  background-color: white;
}

.discount-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-volume-discounts-title {
  margin: 0;
  display: inline-block;
  font-weight: 600;
}

.list-group-volume-discount {
  display: flex;
  margin: 1em auto 0.75em auto;
  border-radius: 5px;
  background: white;
}
.list-group-volume-discount > li {
  min-width: 100px;
}

#list-group-item-volume-discount:hover, #list-group-item-volume-discount-first:hover, #list-group-item-volume-discount-last:hover {
  cursor: pointer;
}

.list-group-item-volume-discount-first {
  flex: 1;
  padding: 0.3em;
  border: 1px solid #E2E2E2;
  border-radius: 5px 0 0 5px;
}

.list-group-item-volume-discount-first.active {
  flex: 1;
  padding: 0.3em;
  background-color: #E400441F;
  box-shadow: inset 0 0 0 2px #E40044;
}

.list-group-item-volume-discount {
  flex: 1;
  padding: 0.3em;
  border-right: 1px solid #E2E2E2;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  text-align: center;
}
.list-group-item-volume-discount.active {
  flex:1;
  padding: 0.3em;
  text-align: center;
  background-color: #E400441F;
  box-shadow: inset 0 0 0 2px #E40044;
}

.list-group-item-volume-discount-last {
  flex: 1;
  padding: 0.3em;
  text-align: center;
  border-right: 1px solid #E2E2E2;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  border-radius: 0 5px 5px 0;
}
.list-group-item-volume-discount-last.active {
  flex: 1;
  padding: 0.3em;
  text-align: center;
  background-color: #E400441F;
  box-shadow: inset 0 0 0 2px #E40044;
}

.volume-discount-qty {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}

.volume-discount-unit-price {
  font-size: 14px;
  text-align: center;
}
.currency-qty-display {
  white-space: nowrap;
}

.favorable-label {
  display: block;
  background: #0066C0;
  color: white;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  font-weight: bolder;
  margin-top: -1.75em;
  margin-bottom: 0.3em;
}

.best-seller-by-category {
  padding-bottom: 15px;
}

.best-seller-by-category-label {
  background: transparent linear-gradient(90deg, #E40044 0%, #971F7E 100%) 0 0 no-repeat padding-box;
  opacity: 1;
  color: #fff;
  font-size: 15px;
  clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  padding: 1px 15px 1px 11px;
  font-weight: bold;
  
}

.order-detail-bill-of-lading {
  color: #2D66C0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
}

.order-detail-bill-of-lading svg {
  margin-left: 10px;
}

.order-detail-invoice svg {
  margin-left: 5px;
}

.order-detail-invoice a {
  color: #2D66C0;
}


.pay-later-icon-wrapper {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  background: #75C0F6;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pay-later-icon-wrapper svg {
  color: #ffffff;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 5px;
  margin: auto;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .order-credentials .order-column {
    padding: 15px;
  }
  
  .order-detail-bill-of-lading {
    border: solid 1px #2D66C0;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    color: #2D66C0;
    margin-top: 10px;
    display: block;
    font-weight: 500;
  }
  
  .order-detail-invoice {
    margin-top: 10px;
    font-weight: 500;
  }
  
  .order-detail-bill-of-lading a,
  .order-detail-invoice a {
    text-decoration: none;
    color: #2D66C0;
  }

  .order-detail-bill-of-lading svg {
    margin-right: 1em;
  }  
  
  .order-detail-invoice svg {
    margin-left: 5px;
  }
}
@media (min-width: 768px) {
  .cm-payment-method {
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
  }

  .cm-payment-info {
    width: calc(100% - 299px);
  }

  .cm-payment-column.months {
    padding: 0 0 0 14px;
  }

  .no-interest {
    background-color: #0066C0;
    color: white;
    padding: 13px 30px 13px 30px;
    border-radius: 0 20px 20px 0;
    margin-left: -17px;
    font-weight: 550;
    font-family: Roboto;
    margin-top: 2.8em;
    font-size: 18px;
  }

  .platiposle-terms {
    flex: 1 0 64%;
    box-sizing: border-box;
    margin: 1em 0 0 2.4em;
    text-align: left;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 300;
  }

  .platiposle-terms a {
    color: #0066C0;
    text-decoration: underline;
    font-weight: bold;
  }
  .platiposle-img {
    margin-top: 3em;
  }
  
  .cm-payment-total {
    margin-left: 15px;
    padding: 15px 15px 0 15px;
  }
  
  .pay-later-small-installment-plan {
    text-align: left;
    font-size: 13px;
  }
  
  .cm-payment-total.pay-later {
    padding: 5px 15px 15px 15px;
    border-top: solid 1px #e2e2e2;
    margin-top: 40px;
  }
  
  .pay-later-small-installment-container {
    display: flex;
    justify-content: space-between; 
    max-height: 40px;
    padding: 0.5em 0 3em 0; 
  }
  
  .pay-later-small-installments {
    display: flex;
    flex-direction: column;
    color: black;
    font-weight: 300;
    font-size: 13px;
    text-align: left;
  }
  
  .pay-later-sum-if-30-fail {
    text-align: left;
    margin-top: 5px;
    font-size: 13px;
  }

  .cm-payment-method.platiposle .cm-payment-column.months {
    max-width: 176px;
  }
  .cm-payment-method.platiposle .cm-payment-radio .radiobtn {
    margin-bottom: 45px;
  }
  .pay-later-finish::first-letter {
    text-transform: uppercase;
  }
  .pay-later-finish {
    text-transform: lowercase;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pay-later-finish {
    text-transform: lowercase;
    border-radius: 20px;
  }
  #payLaterPopup {
    min-width: 80%;
    display: block;
    position: fixed;
    top: 35% !important;
    transform: translateX(-50%);
    background-color: rgb(208, 246, 218);
    border-radius: 3px;
    padding: 5px;
    z-index: 9999;
  }
  .cm-payment-method.platiposle .cm-payment-radio .radiobtn {
    margin-bottom: 0 !important;
  }
  .pay-later-sum-if-30-fail {
    margin-top: 40px;
    text-align: left;
    white-space: break-spaces;
  }

  .cm-payment-total.pay-later > p > span:nth-child(1) {
    min-width: 67%;
  }

  .cm-payment-total.pay-later {
    padding: 5px 0 5px 0;
    margin-top: 45px;
    text-align: left;
  }
  
  .cm-payment-total {
    border-top: solid 1px #e2e2e2;
    padding: 5px 0 0 0;
  }
  
  .no-interest {
    background-color: #0066C0;
    color: white;
    padding: 7px 18px 7px 10px;
    border-radius: 0 20px 20px 0;
    font-weight: 550;
    font-family: Roboto;
    margin: 1em auto 10px -10px;
  }

  .platiposle-terms {
    text-align: left;
    font-family: Roboto;
    font-weight: 300;
  }
  
  .platiposle-terms a {
    color: #0066C0;
    text-decoration: underline;
    font-weight: bold;
  }

  .pay-later-small-installment-plan {
    text-align: left;
  }
  
  .pay-later-small-installment-container {
    display: flex;
    justify-content: space-between;
    max-height: 70px;
    padding: 0.5em 0 3em 0;
  }
  
  .pay-later-small-installments {
    display: flex;
    flex-direction: column;
    color: black;
    font-weight: 300;
    font-size: 13px;
    text-align: left;
    max-width: 60px;
  }
  .pay-later-small-installments .glp, .pay-later-small-installments .gpr {
    margin-top: 20px;
  }
}

.body-no-scroll {
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .grid #js-product-list .js-product {
  }
  .products .lb-result.lb-result--default {
    float: left !important;
    justify-content: center;
    padding: 0 !important;
    box-shadow: none !important;
    margin: 0 4px !important;
    max-width: calc(50% - 8px) !important;
    flex-basis: calc(50% - 8px) !important;
  }
}

.lb-search__banner-header {
  margin-bottom: 20px;
  display: block;
}

.products .lb-result.lb-result--default:after {
  background: unset !important;
  bottom: unset !important;
  content: "";
  display: unset !important;
  height: unset !important;
  left: unset !important;
  position: unset !important;
  width: unset !important;
}
.products .lb-result.lb-result--default .lb-result__aside {
  height: unset !important;
}
@media (min-width: 576px) {
  .products .lb-result.lb-result--default {
    float: left !important;
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .products .lb-result.lb-result--default {
    float: left !important;
    width: 25% !important;
  }
}
.order-detail-bill-of-lading {
  color: #2D66C0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
}

.order-detail-bill-of-lading svg {
  margin-left: 10px;
}

.order-detail-invoice svg {
  margin-left: 5px;
}

.order-detail-invoice a {
  color: #2D66C0;
}




@media only screen and (max-width: 767px) {
  .order-credentials .order-column {
    padding: 15px;
  }
  
  .order-detail-bill-of-lading {
    border: solid 1px #2D66C0;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    color: #2D66C0;
    margin-top: 10px;
    display: block;
    font-weight: 500;
  }
  
  .order-detail-invoice {
    margin-top: 10px;
    font-weight: 500;
  }
  
  .order-detail-bill-of-lading a,
  .order-detail-invoice a {
    text-decoration: none;
    color: #2D66C0;
  }

  .order-detail-bill-of-lading svg {
    margin-right: 1em;
  }  
  
  .order-detail-invoice svg {
    margin-left: 5px;
  }
}