﻿.hide-text , .text-hide {
  display: none;
}

.item-101 #t4-main-body {
	padding:0;
}
#t4-top-bar {
  background: #222534;
}
#t4-top-bar.t4-section .t4-section-inner{
  padding: 9.16666667px 0;
  color: #ffffff;
}
#t4-top-bar .t4-section-inner form {
  margin: 0;
}
#t4-top-bar .t4-section-inner .eshop-currency a {
  line-height: normal;
  background: #32374d;
  color: #bbbbbb;
  margin-right: 2px;
padding: 3px 6px;
text-decoration: none;
cursor: pointer;
font-weight: bold;
display: inline-block;
border: none;
}
#t4-top-bar .t4-section-inner .eshop-currency a.active {
  color: #ffffff !important;
  background: var(--color-primary);
}

#t4-top-bar .navbar {
	padding:0;
	display: inherit;
}
#t4-top-bar .t4-section-inner ul.nav {
  float: right;
  margin: 3px 0 0;
  display: initial;

}
#t4-top-bar .t4-section-inner ul.nav li {
  position: relative;
  line-height: normal;
  float: left;
}
#t4-top-bar .t4-section-inner ul.nav li:before {
  content: "/";
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  color: #bbbbbb;
}
#t4-top-bar .t4-section-inner ul.nav li:first-child:before {
  display: none;
}
#t4-top-bar .t4-section-inner ul.nav li a {
  background: none;
  padding: 0 10px 0;
  color: #bbbbbb;
  font-size: 14px;
}
#t4-top-bar .t4-section-inner ul.nav li.active a,
#t4-top-bar .t4-section-inner ul.nav li a:hover {
  color: #ffffff;
}
#t4-top-bar .t4-section-inner ul.nav li:last-child a {
  padding: 0 0 0 10px;
}
#t4-header {
  z-index: 999;
}
#t4-header .custom {
  color: #999999;
  margin: 0;
  position: relative;
  display: inline-block;
}
#t4-header .custom h1 {
  color: var(--color-primary);
  width: auto;
  font-size: 43.2px;
  margin: 0 11px 0 0;
  padding: 0 11px 0 0;
  border-right: 1px #eeeeee solid;
}
#t4-header .custom h2 {
  color: var(--color-primary);
  font-family: "Lato", Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
#t4-header .custom p {
  margin: 0;
  line-height: normal;
}
#t4-header #eshop-cart .eshop-items > a {
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  padding: 10px 8px 10px 12px;
  text-transform: uppercase;
}
#t4-header .eshop-search {
	position: relative;
}
#t4-header .eshop-content {
	right: 0;
}
#t4-header .eshop-search .product_search {
  height: 44px !important;
  padding: 12px 10px 12px;
  width: 210px;
  display: inline-block;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 0;
}
@media screen and (max-width: 1199px) {
  #t4-header .eshop-search .product_search {
    width: 300px;
  }
}
#t4-header .eshop-search .add-on {
  border-radius: 0 !important;
  background: var(--color-primary);
  border: none;
  padding: 12px 12px 13px;
  height: auto;
  width: 50px;
  display: inline-block;
  text-align: center;
}
#t4-header .eshop-search .add-on i,
#t4-header .eshop-search .add-on em {
  color: #ffffff;
}
#t4-header #eshop-view-search-result {
  background: var(--color-primary) !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #t4-header #eshop-cart .eshop-items > a {
    font-size: 13px;
  }
}
#t4-header .eshop-cart .eshop-items > a i {
  font-size: 30px;
  color: #222534;
}
#t4-header  .eshop-cart #eshop-cart-total {
  background: var(--color-primary) !important;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 2px;
  border-radius: 100%;
	display: inline-block;
	height: 25px;
	padding: 0;
	text-align: center;
	width: 25px;
	margin: 0 ;
}
#eshop-cart{
	position: relative;
	right: 0;
	top: 0;
	z-index: 9999;
	float: right;
}
#eshop-cart .eshop-items > a {
	font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    text-decoration: none;
	display: inline-block;
    font-weight: bold;
    padding: 10px 8px 10px 12px;
    text-transform: uppercase;
}
.eshop-cart .eshop-checkout{
  background: var(--color-primary);
  color: #ffffff;
  padding: 20px;
  overflow:hidden;
}
#eshop-cart #eshop-cart-total {
	background: #fff;
	border-radius: 100%;
    display: inline-block;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 25px;
	margin: 0 0 0 12px;
}

.me-fly-to-cart {
  position: fixed;
  z-index: 100000;
  object-fit: contain;
  pointer-events: none;
  background: #ffffff;
  border: 2px solid #0074ff;
  border-radius: 12px;
  box-shadow: 0 16px 35px rgba(0, 91, 211, 0.28);
  opacity: 0.96;
  transition: transform 0.72s cubic-bezier(0.22, 0.72, 0.2, 1), opacity 0.72s ease;
  will-change: transform, opacity;
}

#eshop-cart .eshop-items > a.me-cart-pulse,
#eshop-cart.me-cart-pulse,
#eshop-cart .me-cart-pulse {
  animation: meCartPulse 0.58s ease;
}

@keyframes meCartPulse {
  0% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.14);
    box-shadow: 0 0 0 8px rgba(0, 116, 255, 0.16);
  }
  100% {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .me-fly-to-cart {
    display: none;
  }
}

.eshop-content{
	background: #fff;
	clear: both;
	min-height: 150px;
	width: 450px;
	position: absolute;
	top: 100%;
	border: 1px #ddd solid;
	color: #333;
	right: 0;
	padding: 0;
	max-width: 500px;
}
.eshop-content-empty {
	padding: 10px;
}
.eshop-items a:hover{
	cursor: pointer;
}
.eshop-items{
	z-index: 1;
}
.eshop-items h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0;
}
.eshop-mini-cart-info {
	padding: 20px 20px 0;
}
body .eshop-mini-cart-info .btn {
	padding: 2px 6px;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}
.eshop-mini-cart-info td, .mini-cart-total td {
	border: none;
	padding: 0 10px;
}
body .eshop-mini-cart-info .eshop-table-border {
	border-bottom: 1px #eee dashed;
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-collapse: inherit;
}
body .eshop-mini-cart-info .eshop-table-border:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
.eshop-mini-cart-info .eshop-image {
	text-align: left;
}
.eshop-mini-cart-info .eshop-name {
	text-align: left;
}
.eshop-mini-cart-info .eshop-name h4 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}
.eshop-mini-cart-info .eshop-name h4 a {
	color: #333;
}
.eshop-mini-cart-info .eshop-quantity {
	text-align: right;
}
.eshop-mini-cart-info .eshop-image img {
	text-align: left;
	max-width: initial;
}
.eshop-mini-cart-info .eshop-remove {
	text-align: right;
}
.eshop-mini-cart-info .eshop-total {
	text-align: right;
}
.mini-cart-total {
	border-top: 1px solid #eee;
	margin: 20px 20px 0;
	padding: 20px 0;
	text-align: right;
}
.mini-cart-total .eshop-price {
	font-weight: bold;
	padding: 0 0 0 15px;
}
.eshop-right {
	text-align: right;
}
.eshop-checkout {
	clear: both;
	padding: 20px;
}
.eshop-checkout .btn {
	font-weight: bold;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.eshop-content{
		max-width: 360px;
		width: 360px;
	}
}
#t4-header #eshop_result {
  list-style: none;
  margin: 0px;
  padding: 0;
  top: 100%;
  right: 0;
  border: 1px #eee solid;
  height: 400px;
  overflow-y: auto;
}
#t4-header #eshop_result li > div {
  height: 100%;
  position: relative;
  text-align: left;
  float: none;
  width: inherit;
}
#t4-header #eshop_result img {
  float: left;
  margin-right: 20px;
  border: none;
  margin-top: 0;
}
#eshop_result li {
  margin: 15px;
  padding-bottom: 10px;
  overflow: hidden;
  padding-top:10px;
  border-bottom: 1px solid #E1E1E1;
  border-top: none;
}
#eshop_result li:last-child {
  border: none;
  padding-bottom: 0;
}
#t4-main-menu {
  border-bottom: 2px  solid var(--color-primary);
  z-index: 99;
}
.t4-megamenu .dropdown-menu li > a, .t4-megamenu .dropdown-menu li > .nav-link, .t4-megamenu .dropdown-menu li .dropdown-item {
	position: relative;
	padding: 6px 6px 6px 18px;
}
.t4-megamenu .dropdown-menu li > a::before, .t4-megamenu .dropdown-menu li > .nav-link::before, .t4-megamenu .dropdown-menu li .dropdown-item::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 11px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  left: 0;
  top: 10px;
  content: "\f054";
  position: absolute;
}
.t4-megamenu .badge-new > .nav-link::after {
  background-color: var(--color-primary)
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  font-weight: 700;
  text-transform: uppercase;
}
.t4-offcanvas-toggle i {
  line-height: 80px;
}
.t4-megamenu .mega-inner .custom p img {
  margin: 0 12px;
  border: 1px #ddd solid;
}
#t4-main-menu .slick-initialized .slick-slide {
  padding: 0 15px;
}
#t4-main-menu  .eshop-product .eshop-buttons {
  position: absolute !important;
  top: 45%;
  width: 100%;
  text-align: center;
  z-index: 999;
  opacity: 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#t4-main-menu .eshop-product .eshop-wrap-product .eshop-image-block:hover .eshop-buttons {
	opacity: 1;
	top: 35%;
}
#t4-main-menu h4.eshop-product-title a  {
  color: #222534;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 18px;
}
#t4-main-menu .eshop-price {
  float: right;
  text-align: right;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 15px;
  line-height: normal;
}
#t4-slideshow {
  overflow: hidden;
}
#t4-slideshow  h1.sp-title  {
  font-size: 80px;
  font-weight: bold;
  line-height: 70px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -3px; 
  text-shadow: none;
}
#t4-slideshow  .slide-3 h1.sp-title {
	color: var(--color-primary);
	text-shadow: none;
}
#t4-slideshow .slide-3  .sp-introtext , #t4-slideshow .slide-3  h2.sp-posttitle {
	color: #000;
	text-shadow: none;
}
#t4-slideshow .slide-2 .sp-introtext {
	color: var(--color-primary);
	text-shadow: none;
}
#t4-slideshow .slide-2 h2.sp-posttitle, #t4-slideshow .slide-2 .sp-full-text , #t4-slideshow .slide-2 h1.sp-title {
	color: #000;
	text-shadow: none;
}
#t4-slideshow  h2.sp-posttitle , #t4-slideshow .sp-full-text {
	font-size: 35px;
	font-weight: normal;
	line-height: 50px;
	margin: 0;
}
#t4-slideshow .sp-introtext {
  font-size: 70px;
  font-weight: bold;
  line-height: 70px;
}
#t4-slideshow .favsliderpro-carousel.favsliderpro-image-center .favth-carousel-indicators.favsliderpro-indicators-center {
  margin: -17px auto 0;
  bottom: 20px !important;
}
#t4-slideshow .favsliderpro-carousel .favth-carousel-inner {
  margin-top: 0;
  margin-bottom: 0;
}
#t4-slideshow .favsliderpro-carousel.favsliderpro-image-center .favsliderpro-caption.favsliderpro-caption-transparent .favth-carousel-caption {
  bottom: 50px;
}

#t4-slideshow .favsliderpro-carousel.favsliderpro-image-center .slide-2 .favsliderpro-caption.favsliderpro-caption-transparent .favth-carousel-caption {
	text-align: right;
	left: inherit;
	right: 10%;
}
.slide-2 .favsliderpro-caption-readmore {
	text-align: right !important;
}
#t4-slideshow .favsliderpro-carousel.favsliderpro-image-center .slide-3 .favsliderpro-caption.favsliderpro-caption-transparent .favth-carousel-caption {
	text-align: left;
	left: 10%;
}

.slide-3 .favsliderpro-caption-readmore {
	text-align: left !important;
}
#t4-intro {
  background: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
}
#t4-intro .feature {
  overflow: hidden;
}
#t4-intro .feature .fa {
  float: left;
  margin: 0 20px 16px 0;
  background-color: var(--color-primary);
  color: #ffffff;
  line-height: 120px;
  width: 120px;
  height: 120px;
  font-size: 50px;
  text-align: center;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
#t4-intro .feature .fa:hover {
  background-color: #f2533d;
  transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
}
@media screen and (min-width: 768px) {
  #t4-intro .feature .feature-box {
    width: 58%;
    float: left;
  }
}
#t4-intro .feature .feature-box h3 {
  margin: 0 0 10px 0;
  font-size: 28px;
}
#t4-intro .feature .feature-box p {
  line-height: 25px;
}
#t4-intro .feature .feature-box .go {
  padding: 7px 15px;
  border: 2px solid var(--color-primary);
  display: inline-block;
  margin-bottom: 10px;
}
#t4-position-1 .module-title {
  color: #333333;
  font-size: 24px;
  line-height: 21.81818182px;
  margin: 0 0 11px 0;
  margin-bottom: 22px;
  padding: 0 0 0 22px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  border: none;
}
#t4-position-1 .module-title::before {
  background: var(--color-primary);
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#t4-position-1 .module-title span {
  padding: 0;
  border: none;
}
#t4-position-1 {
	padding:30px 0;
}
#t4-shipping {
  background: #f5f5f5;
  padding-top: 72px;
  padding-bottom: 72px;
  margin-bottom: 72px;
  color: #ffffff;
}
#t4-shipping .t4-module {
  background: var(--color-primary);
  margin: 0 0 20px 0;
  padding: 30px 30px 30px 30px;
  text-align: center;
}
#t4-shipping .t4-module h2 {
  margin-top: 11px;
  font-size: 25px;
}
#t4-shipping .t4-module .module-inner {
  margin: 5.5px;
  border: 1px #ffffff solid;
  padding: 11px;
}
#t4-shipping .t4-module .module-inner p {
  margin: 0;
  text-transform: uppercase;
}
#t4-shipping .t4-module .module-inner p i,
#t4-shipping .t4-module .module-inner p em {
  color: #ffffff;
  font-size: 28px;
  margin: 0 5px 0 0;
}
#t4-featured-product {
	padding:60px 0;
}
#t4-featured-product .module-title {
  color: #333333;
  font-size: 24px;
  line-height: 21.81818182px;
  margin: 0 0 11px 0;
  margin-bottom: 22px;
  padding: 0 0 0 22px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  border: none;
}
#t4-featured-product .module-title::before {
  background: var(--color-primary);
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#t4-featured-product .module-title span {
  padding: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  #t4-featured-product .eshop-product.col-md-2,
  .mega-dropdown-inner .eshop_product.col-md-2 {
    width: 20%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #t4-featured-product .eshop_product.col-md-2,
  .mega-dropdown-inner .eshop_product.col-md-2 {
    width: 50%;
  }
  #t4-featured-product .eshop-product .eshop-wrap-product,
  .mega-dropdown-inner .eshop-product .eshop-wrap-product {
    display: inline-block;
    width: auto;
  }
}

#t4-featured-productt .eshop-price,
#t4-featured-product .base-price,
#t4-featured-product .eshop-base-price,
#t4-featured-product .eshop-sale-price {
  float: right;
}
#t4-featured-product .horizontal.small-db.top_left,
#t4-featured-product .horizontal.big-db.top_left {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 38px;
  border: 1px solid transparent;
  box-shadow: none;
  text-shadow: none;
}
#t4-featured-product .horizontal.small-db.top_right,
#t4-featured-product .horizontal.big-db.top_right {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 38px;
  border: 1px solid transparent;
  box-shadow: none;
  text-shadow: none;
}
#t4-featured-product  .eshop-product .eshop-buttons {
  position: absolute !important;
  top: 45%;
  width: 100%;
  text-align: center;
  z-index: 98;
  opacity: 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#t4-featured-product h4.eshop-product-title a {
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 0;
	color: #222534;
}
#t4-featured-product .eshop-price , #t4-featured-product .eshop-sale-price{
  float: right;
  text-align: right;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 15px;
line-height: normal;
}
#t4-featured-product .eshop-product .eshop-wrap-product .eshop-image-block:hover .eshop-buttons {
	opacity: 1;
	top: 35%;
}
#t4-featured-product .image {
  position: relative;
  overflow: hidden;
}
#t4-latest-product{
  margin-bottom: 55px;
}
#t4-latest-product .module-title {
  color: #333333;
  font-size: 24px;
  line-height: 21.81818182px;
  margin: 0 0 11px 0;
  margin-bottom: 22px;
  padding: 0 0 0 22px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  border: none;
}
#t4-latest-product .module-title::before {
  background: var(--color-primary);
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#t4-latest-product .eshop-image-block img {
  width: 100%;
}
#t4-latest-product .module-title span {
  padding: 0;
  border: none;
}
#t4-latest-product .slick-initialized .slick-slide {
  padding: 0 16px;
}
#t4-latest-product .eshop-product .eshop-buttons {
  position: absolute !important;
  top: 45%;
  width: 100%;
  text-align: center;
  z-index: 999;
  opacity: 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#t4-latest-product .eshop-product .eshop-wrap-product .eshop-image-block:hover .eshop-buttons {
	opacity: 1;
	top: 35%;
}
#t4-latest-product h4.eshop-product-title a  {
  color: #222534;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 18px;
}
#t4-latest-product .eshop-price , #t4-latest-product .eshop-sale-price{
  float: right;
  text-align: right;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 15px;
line-height: normal;
}

#t4-testimonial  {
  padding-top: 44px;
  padding-bottom: 44px;
  position: relative;
}
#t4-testimonial::before {
  background: #000000;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7;
}
#t4-testimonial .reviews-block__slide {
  background: none;
  padding: 44px 50px;
  text-align: center;
  color: #fff;
}
#t4-testimonial .reviews-block__person {
  display: inline-flex; 
}
#t4-testimonial .reviews-block__text::after {
  color: var(--color-primary);
  bottom: 100px;
  right: 10px;
}
#t4-testimonial .reviews-block__text::before {
  color: var(--color-primary);
  top: 10px;
  content: "\f10d";
	font-family: FontAwesome;
	font-size: 1px;
	margin: auto;
	position: absolute;
	left: 0px;
}
#t4-testimonial .owl-carousel .owl-item img {
  border: 2px solid var(--color-primary);
  border-radius: 50%;
}
#t4-testimonial .reviews-block__text {
	color: #ffffff;
	font-size: 46px;
	font-style: italic;
	font-weight: 300;
}
#t4-shop-by-cat .module-title {
  color: #333333;
  font-size: 24px;
  line-height: 21.81818182px;
  margin: 0 0 11px 0;
  margin-bottom: 22px;
  padding: 0 0 0 22px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  border: none;
}
#t4-shop-by-cat .module-title::before {
  background: var(--color-primary);
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#t4-shop-by-cat .module-title span {
  padding: 0;
  border: none;
}
#t4-eshop-product .module-title {
  color: #333333;
  font-size: 24px;
  line-height: 21.81818182px;
  margin: 0 0 11px 0;
  margin-bottom: 22px;
  padding: 0 0 0 22px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  border: none;
}
#t4-eshop-product .module-title::before {
  background: var(--color-primary);
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#t4-eshop-product .eshop-product-desc {
  margin: 10px 0 0;
}
#t4-eshop-product .module-title span {
  padding: 0;
  border: none;
}
#t4-eshop-product .eshop-product.list .eshop-wrap-grid-boxes{
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 14.66666667px;
  padding: 0 0 14.66666667px;
}
#t4-eshop-product  .eshop-product.list .eshop-wrap-grid-boxes h4.eshop-product-title a{
  color: #222222;
  font-size: 16px;
  margin: 0 0 11px;
  text-transform: uppercase;
}
#t4-eshop-product .product-infor-block .eshop-price , #t4-eshop-product .product-infor-block .eshop-sale-price{
  display: inline;
  color: var(--color-primary);
  font-size: 16px;
	font-weight: bold;
	line-height: normal;
}
#t4-eshop-product .list .eshop-image-block{
  width: 100%;
}
#t4-eshop-product  {
	margin-bottom: 50px;
}
.eshop-product-2.col-md-3:last-child .t4-module .eshop-product .slick-slide {
  position: relative;
}
.eshop-product-2.col-md-3:last-child .t4-module .eshop-product .slick-slide img {
  border: none;
  box-shadow: none;
  display: block;
  padding: 0;
  width: 100%;
}
.eshop-product-2.col-md-3:last-child .t4-module .eshop-product .slick-slide .product-infor {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999;
}
.eshop-product-2.col-md-3:last-child .t4-module .eshop-product .slick-slide .product-infor a.link {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11px;
}
.eshop-product-2.col-md-3:last-child .t4-module .eshop-product .slick-slide:hover .product-infor {
  bottom: 0;
}
.eshop-product-2.col-md-3:last-child .t4-module .eshop-product .slick-dots li {
  float: none;
  padding: 0;
  height: 10px;
  width: 10px;
}
.eshop-product-2.col-md-3:last-child .t4-module .eshop-product .slick-dots li button {
  background: #b2b2b2;
  padding: 0;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  font-size: 0;
}
.eshop-product-2.col-md-3:last-child .t4-module .eshop-product .slick-dots li.slick-active button {
  background: var(--color-primary);
}
.eshop-product-2 .slick-dots li.slick-active button::before , .eshop-product-2 .slick-dots li button::before {
  content: none;
}
.eshop-product-2 .product-infor a {
	font-size: 18px;
	color: #fff;
}

.eshop-product-2 .eshop-product {
	overflow: hidden;
	padding-bottom: 60px;
}
.eshop-product-2 .eshop-product .eshop-buttons {
  display: none;
}
#t4-manufacturer {
  background: #f5f5f5;
  padding-top: 66px;
  padding-bottom: 66px;
}
#t4-manufacturer .module-title {
  color: #333333;
  font-size: 24px;
  line-height: 21.81818182px;
  margin: 0 0 11px 0;
  margin-bottom: 22px;
  padding: 0 0 0 22px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  border: none;
}
#t4-manufacturer .module-title::before {
  background: var(--color-primary);
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#t4-manufacturer .module-title span {
  padding: 0;
  border: none;
}
#t4-manufacturer .owl-carousel .owl-item {
    float: left;
    padding: 0 15px;
}

#t4-manufacturer .slide {
	text-align:center;
}
#t4-manufacturer .slick-slide img {
  display: inline-block;
}
#t4-blog {
  padding-top: 55px;
  padding-bottom: 55px;
  background: #fff;
}
#t4-blog .module-title {
  color: #333333;
  font-size: 24px;
  line-height: 21.81818182px;
  margin: 0 0 11px 0;
  margin-bottom: 22px;
  padding: 0 0 0 22px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  border: none;
}
#t4-blog .module-title::before {
  background: var(--color-primary);
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#t4-blog .module-title span {
  padding: 0;
  border: none;
}
#t4-blog ul{
	list-style: none;
	padding: 0;
}
#t4-blog .article-title a {
  color: #222534;
  text-transform: uppercase;
}
.mod-articles-category-image {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.mod-articles-category-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.mod-articles-category-image:hover img {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transform: scale(1.5) rotate(-7deg);
  -ms-transform: scale(1.5) rotate(-7deg);
  -moz-transform: scale(1.5) rotate(-7deg);
  -webkit-transform: scale(1.5) rotate(-7deg);
  -o-transform: scale(1.5) rotate(-7deg);
}
#t4-position-2  {
  background: #f5f5f5;
  border-top: 3px var(--color-primary) solid;
  padding-bottom: 33px;
  padding-top: 33px;
}
#t4-position-2 .module-title span {
  border-bottom: 1px solid var(--color-primary)
}
#t4-position-2 .t4-module  {
  color: #666666;
  margin: 0;
  font-size: 13px;
}
#t4-position-2 .t4-module .module-title {
  color: #333333;
  font-family: "Cabin Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
}
#t4-position-2 .t4-module  .module-title:before {
  display: none;
}
#t4-position-2 .t4-module .social-icons {
  background: #555555;
  color: #ffffff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  margin: 0 5.5px 0 0;
}
#t4-position-2 .t4-module  .social-icons:hover {
  background: var(--color-primary);
}
#t4-position-2 .t4-module  .social-icons i {
  color: #ffffff !important;
  margin: 0;
}

#t4-position-2 .t4-module  i {
  margin: 0 5.5px 0 0;
}
#t4-position-2 .t4-module  p {
  position: relative;
  padding: 0;
}
#t4-position-2 .col-lg-3:first-child .t3-module {
  margin: 0;
}
#t4-position-2.col-lg-3:first-child .t3-module p {
  position: relative;
  padding: 0;
}
#t4-position-2 .col-lg-3:first-child .t3-module p a {
  color: #666666;
}
#t4-position-2 .acym_module_form input.button  {
  max-width: 100%;
  border-radius: 0 0.25rem 0.25rem 0;
}
#t4-position-2 input[type="email"]  {
    max-width: 100%;
	height: 38px !important;
	border-radius: 0.25rem 0 0 0.25rem;
	border: 1px solid transparent;
	padding: 10px;
}
#t4-position-2 .acym_introtext  {
  margin-bottom: 20px;
}
#t4-footnav {
	color: #999999;
	border-top: 1px solid #eeeeee;
	background: #222534;
}
#t4-footnav .t4-module .custom h4 {
 font-size: 18px;
 color: #999999;
}
#t4-footnav .block-content .feature {
  overflow: hidden;
}
#t4-footnav .block-content .ic-char {
  float: left;
  margin: 0 20px 16px 0;
  color: #ffffff;
  background: var(--color-primary);
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
}
#t4-footnav .block-content .ic-char:hover {
  background: #f2533d;
}
#t4-footnav .block-content .custom h4 {
  line-height: 1.62857143;
  margin-top: 0;
}
#t4-footnav .t4-module a.go {
  color: var(--color-primary);
  margin-top: 20px;
  display: inline-block;
  border: 1px solid;
  padding: 10px;
}
#t4-footnav .t4-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
#t4-footnav .t4-module ul > li {
  line-height: 24px;
}
#t4-footnav .t4-module ul > li > a {
  color: #999999;
  background: none;
  padding: 6px 0 6px 20px;
  position: relative;
  line-height: 14px;
}
#t4-footnav .t4-module ul > li > a:hover,
#t4-footnav .t4-module ul > li > a:active,
#t4-footnav .t4-module ul > li > a:focus {
  color: var(--color-primary);
}
#t4-footnav .t4-module ul > li > a::before {
  content: "\f105";
  -moz-font-feature-settings: normal;
  -moz-font-language-override: normal;
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  left: 0;
}
#t4-footer .footer-right .custom {
  float: right;
}
#t4-footer .footer-right p {
	margin:0;
}
#t4-footer .footer-right p img {
  display: inline-block;
  padding: 0 10px;
  vertical-align: bottom;
}
.t4-masthead-inner {
	position: relative;
}
.t4-masthead-inner::before {
  background: #000;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .4;
}
.t4-masthead-detail {
  position: relative;
  z-index: 2;
  color: #fff;
}
.t4-masthead .t4-masthead-title {
  margin-top: 0;
}

body.com_content.view-article:not(.item-186):not(.item-423) #t4-masthead .t4-masthead-inner {
  display: flex;
  align-items: center;
  min-height: 240px;
  height: 240px;
  background-size: cover !important;
  background-position: center center !important;
}

body.com_content.view-article:not(.item-186):not(.item-423) #t4-masthead .t4-masthead-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 240px;
  text-align: center;
}

body.com_content.view-article:not(.item-186):not(.item-423) #t4-masthead .t4-masthead-title {
  margin-bottom: 10px;
  font-size: 44px;
  line-height: 1.1;
}

body.com_content.view-article:not(.item-186):not(.item-423) #t4-masthead .t4-masthead-description {
  font-size: 20px;
  line-height: 1.4;
}

body.com_content.view-article:not(.item-186):not(.item-423) .com-content-article .article-body,
body.com_content.view-article:not(.item-186):not(.item-423) .com-content-article__body {
  max-width: 1180px;
  margin: 0 auto;
  color: #24324a;
  font-size: 19px;
  line-height: 1.72;
}

body.com_content.view-article:not(.item-186):not(.item-423) .com-content-article .article-body p,
body.com_content.view-article:not(.item-186):not(.item-423) .com-content-article__body p {
  font-size: inherit;
  line-height: inherit;
}

@media (max-width: 767px) {
  body.com_content.view-article:not(.item-186):not(.item-423) #t4-masthead .t4-masthead-inner,
  body.com_content.view-article:not(.item-186):not(.item-423) #t4-masthead .t4-masthead-detail {
    min-height: 190px;
    height: 190px;
  }

  body.com_content.view-article:not(.item-186):not(.item-423) #t4-masthead .t4-masthead-title {
    font-size: 34px;
  }

  body.com_content.view-article:not(.item-186):not(.item-423) #t4-masthead .t4-masthead-description {
    font-size: 18px;
  }

  body.com_content.view-article:not(.item-186):not(.item-423) .com-content-article .article-body,
  body.com_content.view-article:not(.item-186):not(.item-423) .com-content-article__body {
    font-size: 17px;
    line-height: 1.65;
  }
}
p.readmore .btn:hover, p.readmore .blog-list .item-readmore a:hover, .blog-list .item-readmore p.readmore a:hover, p.readmore .btn:active, p.readmore .blog-list .item-readmore a:active, .blog-list .item-readmore p.readmore a:active, p.readmore .btn:focus, p.readmore .blog-list .item-readmore a:focus, .blog-list .item-readmore p.readmore a:focus {
	background: var(--color-primary);	
}
.categories-module a:hover, .categories-module a:focus, .categories-module a:active , .tagspopular ul > li > a:hover, .tagspopular ul > li > a:focus, .tagspopular ul > li > a:active{
  color: var(--color-primary);
}
.sidebar-r .module-title {
	background: var(--color-primary);
	color: #fff;
	border: none;
	padding: 10px;
}
.sidebar-r .module-title span {
  padding: 0;
  border: none;
  margin: 0;
}
.page-item.active .page-link {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.page-link {
	border-color: var(--color-primary);
}
.contact #contact-form .control-label {
  color: var(--body-text-color);
}

.contact #contact-form.form-horizontal .control-group,
.contact #contact-form.form-horizontal .form-group {
  display: block;
  margin: 0;
}

.contact #contact-form .me-contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 18px;
}

.contact #contact-form .me-contact-form-grid legend,
.contact #contact-form .me-contact-field-spacer,
.contact #contact-form .me-contact-field-contact_subject,
.contact #contact-form .me-contact-field-contact_message {
  grid-column: 1 / -1;
}

.contact #contact-form .me-contact-field-spacer .control-label,
.contact #contact-form .me-contact-field-spacer .form-label {
  margin-bottom: 0;
}

.contact #contact-form.form-horizontal .control-label,
.contact #contact-form.form-horizontal .form-label {
  display: block;
  float: none;
  width: auto;
  max-width: none;
  padding: 0;
  margin: 0 0 8px;
  text-align: left;
}

.contact #contact-form.form-horizontal .controls {
  margin-left: 0;
}

.contact #contact-form input[type="text"],
.contact #contact-form input[type="email"],
.contact #contact-form textarea {
  width: 100%;
  max-width: none;
}

.contact #contact-form .control-group:last-child {
  margin-bottom: 0;
}

.contact #contact-form > .control-group:last-child {
  margin-top: 18px;
}

@media (max-width: 767px) {
  .contact #contact-form .me-contact-form-grid {
    grid-template-columns: 1fr;
  }
}
.eshop-image-block .product-image,
.eshop-image-block .additional-image {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.eshop-image-block .product-image,
.eshop-image-block .additional-image {
  top: 0;
  left: 0;
  transition: all .7s ease;
}
.eshop-image-block .product-image img {
  transition: all 0.7s ease;
  transform: rotateY(0deg);
  width: 100%;
}
.eshop-image-block .additional-image {
  z-index: 9;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.eshop-image-block .additional-image img {
  transition: all 0.7s ease;
  transform: rotateY(-180deg);
  width: 100%;
}
.eshop-wrap-image:hover .eshop-image-block .additional-image {
  opacity: 1;
}
.eshop-wrap-image:hover .eshop-image-block .additional-image img {
  transform: rotateY(0deg);
}
.eshop-product .eshop-wrap-product div.eshop-image-block .overlay-background-color {
	display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 98;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.eshop-product .eshop-wrap-product div.eshop-image-block:hover .overlay-background-color {
	background: rgba(0, 0, 0, 0.3);
}

.eshop-product .eshop-buttons .eshop-cart-area {
    display: inline-block;
    margin: 0 auto 10px;
}
.eshop-product .eshop-wrap-product div.eshop-image-block:hover .eshop-buttons {
	opacity: 1;
	top: 35%;
}
.eshop-product .eshop-buttons .button {
	color: #fff;
	font-size: 22px;
	padding: 0 10px;
}
#t4-latest-product .horizontal.small-db.top_left, #t4-featured-product .t4-module .horizontal.small-db.top_left, #t4-main-menu .horizontal.small-db.top_left, #t4-latest-product .horizontal.big-db.top_left, #t4-featured-product .t4-module .horizontal.big-db.top_left, #t4-main-menu .horizontal.big-db.top_left {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 38px;
  border: 1px solid transparent;
  box-shadow: none;
  text-shadow: none;
}
.horizontal.small-db.top_left,
.horizontal.big-db.top_left {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 38px;
  border: 1px solid transparent;
  box-shadow: none;
  text-shadow: none;
  top: 2%;
}
.horizontal.small-db.top_right,
.horizontal.big-db.top_right {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 38px;
  border: 1px solid transparent;
  box-shadow: none;
  text-shadow: none;
  top: 2%;
}
.eshop-info .eshop-info-block h4 {
  font-weight: normal;
  font-size: 16px;
  margin: 10px 0;
  text-transform: uppercase;
  text-align: left;
}
.eshop-info .eshop-info-block h4 a{
  color: #333;
}
.grid .ajax-block-product .eshop-wrap-image,
.grid .ajax-block-product .eshop-info {
  display: block;
  float: none !important;
  width: 100% !important;
  min-height: 30px;
  padding: 0;
  margin-left: 0 !important;
  *margin-left: 0!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .ajax-block-product .eshop-info .eshop-buttons {
  display: none;
}
.grid .ajax-block-product > .row {
  margin: 0;
}
.grid .eshop-wrap-image.col-md-4,
.grid .eshop-info.col-md-8 {
  width: 100%;
  padding: 0;
}
.ajax-block-product {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  text-align: center;
}
.grid .ajax-block-product {
  position: relative;
  margin-bottom: 2.5641%;
}
.grid .eshop-info-block .eshop-product-desc {
  display: none;
}
.grid .eshop-buttons {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  z-index: 999;
}
.grid .eshop-info-block .eshop-buttons {
  display: none;
}
.grid .ajax-block-product div.eshop-image-block .overlay-background-color,
.related_products .eshop-image-block .overlay-background-color {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 98;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.grid .ajax-block-product div.eshop-image-block:hover .overlay-background-color,
.related_products .eshop-image-block:hover .overlay-background-color {
  background: rgba(0, 0, 0, 0.3);
}
.grid .ajax-block-product .eshop-image-block .eshop-buttons,
.related_products .eshop-image-block .eshop-buttons {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  z-index: 98;
  opacity: 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.grid .ajax-block-product .eshop-image-block:hover .eshop-buttons,
.related_products .eshop-image-block:hover .eshop-buttons {
  opacity: 1;
  top: 35%;
}
.grid .ajax-block-product .eshop-image-block .eshop-buttons .button,
.related_products .eshop-image-block .eshop-buttons .button {
  color: #fff;
  font-size: 22px;
  padding: 0 10px;
}
.eshop-table {
  display: table;
}
.grid .eshop-table .eshop-product-review,
.related_products .eshop-table .eshop-product-review,
.eshop-table .eshop-product-price {
  display: table-cell;
  vertical-align: middle;
  float: none;
  line-height: normal;
}
.related_products .eshop-table .eshop-product-price {
  text-align: right;
}
.grid .eshop-table .eshop-product-price {
  text-align: right;
}

.list .ajax-block-product div.eshop-image-block .overlay-background-color {
  display: none;
}
.list .ajax-block-product:hover .eshop-info-block {
  background: none;
}
.list .ajax-block-product .eshop-info-block .eshop-product-review,
.list .ajax-block-product .eshop-info-block .eshop-product-price {
  display: block;
  width: 100%;
  margin: 15px 0 0;
}
.list .eshop-buttons {
  text-align: center;
  margin: 15px 0 0;
}
.list .eshop-buttons .btn i {
  transition: all 0.8s ease 0s;
}
.list .eshop-buttons .btn:hover i.fa-heart {
  -webkit-transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}
.list .eshop-buttons .btn:hover i.fa-retweet {
  -webkit-transform: rotate(720deg);
  transform: rotate(720deg);
}
.list .eshop-buttons .btn:hover i.fa-arrow-right {
  padding-left: 5px;
}
.list .eshop-product-price .price,
.list .eshop-product-price .eshop-sale-price {
  clear: both;
  color: var(--color-primary);
  display: block;
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
  width: 100%;
}
.list .ajax-block-product.spanbox {
  margin-left: 0px !important;
  margin: 0 0 10px;
  padding: 0 0 10px;
  position: relative;
  width: 100%;
  border-bottom: 1px #efefef solid;
}
.list .eshop-wrap-image .eshop-buttons {
  display: none;
}
.grid .sortPagiBar .btn-group .btn.grid,
.list .sortPagiBar .btn-group .btn.list {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.eshop-product-price .price, .eshop-product-price .eshop-sale-price, #eshop_result .eshop-sale-price, #eshop_result .eshop-price {
    color: var(--color-primary);
    clear: both;
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	width: 100%;
}
#t4-latest-product .btn-primary::before, #t4-featured-product .btn-primary::before , #t4-main-menu .btn-primary::before , #related-products .btn-primary::before  , .grid .eshop-buttons .btn-primary::before{
  display: inline-block;
  font-family: 'FontAwesome';
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  left: 8px;
  top: 10px;
  content: "\f07a";
  position: absolute;
}
#t4-latest-product .btn-primary.details::before, #t4-featured-product .btn-primary.details::before , #t4-main-menu .btn-primary.details::before , .grid .eshop-buttons .btn-primary.details::before , #related-products .btn-primary.details::before{
	content: "\f08e";
}
.grid .eshop-buttons .btn-primary.quote, .eshop-buttons .btn-primary.quote {
	margin-top:5px;
}
.grid .eshop-buttons .btn-primary.quote::before, .eshop-buttons .btn-primary.quote::before{
	content: "\f10d";
}

#t4-latest-product .btn-primary, #t4-featured-product .btn-primary , #t4-main-menu  .btn-primary {
  float: right;
  text-transform: uppercase;
  position: relative;
  padding-left: 30.8px !important;
}
.grid .eshop-buttons .btn-primary , #related-products  .btn-primary  {
	 position: relative;
	 padding-left: 30.8px !important;
	 text-transform: uppercase;
}
.t4-module .noUi-connect {
  background: var(--color-primary);
}
.t4-module .eshop-filter > a {
  background-color: var(--color-primary);
  color: #ffffff;
}
.t4-module .eshop-filter .badge-info {
  background: var(--color-primary);
}
.t4-module .eshop-filter .badge-info::after {
  border-right-color: var(--color-primary);
}
.t4-module .eshop-filter .checkbox input[type="checkbox"] {
  margin-top: 1px;
}
.t4-module .eshop-filter .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
  border-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.t4-module .wrap-gray {
  background: #f5f5f5;
  border-bottom: 5px #ffffff solid;
  padding: 11px 0;
  line-height: normal;
  display: table;
}
.t4-module .wrap-gray .col-md-3,
.t4-module .wrap-gray .col-md-9 {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.t4-module .wrap-gray .col-md-3 {
  text-align: center;
}
.t4-module .wrap-gray h4 {
  color: #666666;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 5.5px;
}
.t4-module .wrap-gray .fa {
  font-size: 28px;
  color: #666666;
}
.t4-module .wrap-gray p {
  margin: 0;
}
#Mod134 .custom > p {
  display: none;
}
.checkout-heading {
  background: #222534;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 15px 10px 15px 45px;
  border: none;
  position: relative;
}
.checkout-heading:before {
  background: var(--color-primary);
  content: "1";
  height: auto;
  left: 5px;
  padding: 5px 12px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: auto;
}
.checkout-heading a {
  float: right;
  font-weight: normal;
  margin-top: 1px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#checkout-options .checkout-heading:before {
  content: "1";
}
#payment-address .checkout-heading:before {
  content: "2";
}
#shipping-address .checkout-heading:before {
  content: "3";
}
#shipping-method .checkout-heading:before {
  content: "4";
}
#payment-method .checkout-heading:before {
  content: "5";
}
#confirm .checkout-heading:before {
  content: "6";
}
.com_eshop.view-checkout .radio, .com_eshop.view-checkout label{
  margin-bottom: 5px;
}
.com_eshop.view-checkout .form-group {
  margin-bottom: 10px;
}
.com_eshop.view-cart .t4-main-body .btn {
  margin: 10px 0;
}
.sortPagiBar  .form-select {
  display: inline-block;
  width: auto;
}
.sortPagiBar .btn [class^="icon-"] {
  margin-right: 0;
}
.eshop-pre-nav a.float-start,
.eshop-next-nav a.float-end {
  font-size: 16px;
  margin-bottom: 20px;
}
.review-list {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 0;
  overflow: inherit;
  padding: 10px ;
  
}
.review-list:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.review-list .author {
  font-size: 14px;
  color: #666;
}
.review-list .date {
  font-size: 11px;
  color: #999;
}
.review-list .text {
  clear: both;
}
#reviews .input-large,
#reviews textarea {
  width: 100%;
}
#reviews #review-title {
  border: none;
  font-size: 18px;
  text-transform: uppercase;
}
.review-pagination-list li a {
  cursor: pointer;
}
.review-pagination-list li a.eshop-current {
  color: #fff;
  background:  var(--color-primary);
}
.product-info joomla-tab[view="tabs"] > div[role="tablist"] {
	background: none;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #eee;
	margin: 20px 0;
	padding: 0 0 10px;
	overflow: inherit;
}
.product-info joomla-tab > joomla-tab-element {
	border: none;
	padding: 0;
}
.product-info joomla-tab > joomla-tab-element#description p {
  line-height: 28px;
}
.product-info joomla-tab button {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  padding: 0 0 0 22px;
  margin: 0 15px 0 0;
  position: relative;
  text-transform: uppercase;
  display: block;
  list-style: none;
  position: relative;
}
.product-info joomla-tab button[role="tab"][aria-expanded="true"] {
	color: var(--color-primary);
	background: none;
    box-shadow: none;
}
.product-info joomla-tab button[role="tab"][aria-expanded="true"]::before {
  background: var(--color-primary);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 12px;
}
.product-info joomla-tab button[role="tab"][aria-expanded="true"]::after {
  background: var(--color-primary);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  bottom: -12px;
  width: 100%;
}
.product-info .pagination-toolbar  {
  margin: 0 !important;
}
.product-info joomla-tab .docs-input-sizes {
  margin: 10px 0;
}
.product-info .form-check-input {
	margin: 0 2px;
    vertical-align: bottom;
}
.product-info .product-desc {
  border-bottom: 1px solid #E7E7E7;
  padding: 0 0px 10px;
  font-size: 14px;
  line-height: 1.62857143;
}
.product-info .product-desc address {
  margin: 0;
}
.product-info .product-price {
  border-bottom: 1px solid #E7E7E7;
  padding: 10px 5px;
}
.product-info .product-price h2 {
  margin: 0;
}
.product-info .product-price .eshop-base-price {
  font-size: 18px;
  text-decoration: line-through;
}
.product-info .product-options {
  border-bottom: none;
  padding: 0 5px 10px;
}
.product-info .product-cart {
  padding: 5px 0 5px  0px;
}
.product-cart .input-append,
.product-cart .input-prepend {
  margin-bottom: 0;
  display: inline-block;
}
.product-info .product-review img {
  float: left;
  margin: 5px 10px 0 0;
}
.product-info .buttons-info {
  padding: 0 0 15px 0px;
}
.product-info .product-share {
  padding: 0;
}
.product-info .product-price h2 .eshop-sale-price,
.product-info .product-price h2 .eshop-price {
  color: var(--color-primary);
}
.product-options {
	font-size: 14px;
  line-height: 1.62857143;
}
.product-options h4 {
	font-size: 18px;
}
.product-info .product-options .radio {
  display: inline-block;
  width: 45%;
}
.buttons-info .btn [class^="icon-"]{
  margin-right: 0;
}
.eshop-quantity .form-control {
  display: inline-block;
}
.product-cart label.btn {
	display: none;
}
.product-cart .input-group-prepend, .input-group-append  {
  display: inline-flex;
}
.ps_facebook_like, .ps_facebook_send, .ps_twitter, .ps_google, .ps_linkedin, .ps_pinit {
  margin: 10px 5px;
}
.product-info .image-additional {
	overflow: inherit;;
}
.product-info .image-additional .slick-prev:hover,
.product-info .image-additional .slick-next:hover {
  background-color: var(--color-primary);
 
}
.product-info .image-additional .slick-prev,
.product-info .image-additional .slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background-position: center center!important;
  color: transparent;
  top: 35%;
  left: 0;
  margin: 0 0 0 -22px;
  padding: 0;
  border: none;
  outline: none;
}
.product-info .image-additional .slick-slide {
  padding: 0 5px;
}
#related-products h3 {
  text-align: left;
  margin-bottom: 22px;
  color: #333333;
  font-size: 24px;
  line-height: 21.81818182px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 22px;
}
#related-products h3::before {
  background: var(--color-primary);
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#related-products .related_products_main {
  padding: 0 5px;
}

.related_products .eshop-info-block h4 {
  font-weight: normal;
  font-size: 16px;
  margin: 10px 0;
  text-transform: uppercase;
  text-align: left;
}
.related_products .eshop-info-block h4 a {
  color: #333;
}
.related_products .eshop-table .eshop-product-price {
  padding: 0;
}
.related_products .slick-prev, .related_products .slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 35%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.t4-offcanvas-toggle {
	  text-align: right;
}
.com_eshop.view-checkout .page-title.eshop-title , .com_eshop.view-compare  .page-title.eshop-title {
  display: none;
}
.com_eshop  .page-title.eshop-title {
	font-size: var(--h4-font-size);
}
.com_eshop.view-checkout .checkout-content {
  overflow: hidden;
}
.eshop-cart .eshop-remove img {
  max-width: initial;
}
.footer-4 .block-content p.no-margin  {
	margin-top: 10px;
}
.login-wrap .login-remember input.inputbox {
  height: 16px !important;
}
@media (min-width: 992px){
	.com_eshop.view-product .t4-main-body .t4-col.col-md {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: 75%;
	}
}
@media (max-width: 1080px){
	.eshop-texttop {
		padding:15px 0;
	}
}
@media (max-width: 767px){
	#t4-eshop-product .eshop-product-desc {
	  font-size: 12px;
	  margin: 5px 0 0;
	}
	#t4-testimonial .reviews-block__text {
	  font-size: 20px;
	}
	#t4-top-bar .eshop-currency {
		text-align: center;
	}
	#t4-top-bar .t4-section-inner ul.nav {
	  float: none;
	  text-align: center;
	  width: 100%;
	  display: inline-block;
	}
	#t4-top-bar .t4-section-inner ul.nav li {
	  float: none;
	  display: inline-block;
	}
	#t4-header {
		text-align: center;
	}
	.eshop-texttop {
		padding:15px 0;
	}
	#t4-header .eshop-search .product_search {
	  width: 220px !important;
	}
	.t4-offcanvas-toggle {
	  text-align: right;
	}
	#t4-featured-product .eshop-product .eshop-product  {
	  margin-bottom: 30px;
	}
	#t4-featured-product {
	  padding: 30px 0 0;
	}
	#t4-position-1 {
	  text-align: center;
	  background: #eee;
	}
	#t4-latest-product {
	  margin-bottom: 30px;
	  padding-top: 30px;
	}
	.eshop-product-2.col-md-3:last-child .t4-module .eshop-product .slick-slide {
	  margin: 0 3px;
	}
	#t4-manufacturer .slick-prev, #t4-manufacturer .slick-next , #t4-latest-product .slick-next , #t4-latest-product .slick-prev{
	  display: none  !important;
	}
	#t4-blog  .module-ct p {
	  margin-top: 0;
	  margin-bottom: 1rem;
	}
	#t4-position-2 .t4-module .module-title {
	  margin-top: 20px;
	}
	.eshop-product-sorting , .eshop-product-show{
	  margin-top: 10px;
	}
	.footer1  {
	  padding-bottom: 20px;
	}
}

/* Movilidad Electrica recovered header */
#t4-top-bar {
  display: none !important;
}

body {
  padding-top: 66px;
}

#t4-header,
#t4-main-menu {
  position: fixed !important;
  top: 0 !important;
}

#t4-main-menu {
  left: 0;
  right: 0;
  height: 66px;
  max-height: 66px;
  min-height: 66px;
  background: #eeeeee;
  border-bottom: 3px solid #0074ff;
  z-index: 997;
  overflow: visible;
}

#t4-main-menu .t4-section-inner,
#t4-main-menu .t4-navbar,
#t4-main-menu .navbar,
#t4-main-menu #t4-megamenu-mainmenu {
  min-height: 63px;
}

#t4-main-menu .t4-section-inner {
  width: 100%;
  max-width: none;
  padding: 0 96px 0 250px;
}

#t4-main-menu .t4-navbar,
#t4-main-menu .navbar,
#t4-main-menu #t4-megamenu-mainmenu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#t4-main-menu .navbar {
  padding: 0;
}

#t4-main-menu .navbar-nav {
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap !important;
}

#t4-main-menu .t4-megamenu .navbar-nav > li > a,
#t4-main-menu .t4-megamenu .navbar-nav > li > .nav-link {
  display: flex;
  align-items: center;
  min-height: 63px;
  padding: 0 13px;
  color: #111821;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

#t4-main-menu .t4-megamenu .navbar-nav > li.active > a,
#t4-main-menu .t4-megamenu .navbar-nav > li.active > .nav-link,
#t4-main-menu .t4-megamenu .navbar-nav > li > a:hover,
#t4-main-menu .t4-megamenu .navbar-nav > li > .nav-link:hover {
  color: #1fc2bd;
}

#t4-main-menu .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  border: 1px solid #d8dce2;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.t4-megamenu .dropdown-menu li > a,
.t4-megamenu .dropdown-menu li > .nav-link,
.t4-megamenu .dropdown-menu li .dropdown-item {
  padding: 8px 18px !important;
  font-size: 16px;
}

.t4-megamenu .dropdown-menu li > a::before,
.t4-megamenu .dropdown-menu li > .nav-link::before,
.t4-megamenu .dropdown-menu li .dropdown-item::before {
  display: none !important;
  content: none !important;
}

#t4-header {
  left: 0;
  width: 100%;
  height: 66px;
  max-height: 66px;
  min-height: 66px;
  background: transparent;
  z-index: 999;
  pointer-events: none;
  overflow: visible;
}

#t4-header .t4-section-inner {
  width: 100%;
  max-width: none;
  height: 66px;
  padding: 0 !important;
}

#t4-header .t4-row {
  height: 66px;
  align-items: center;
  margin: 0;
}

#t4-header .logo {
  position: fixed;
  top: 0;
  left: 22px;
  width: 190px;
  height: 66px;
  display: flex;
  align-items: center;
  padding: 0;
  pointer-events: auto;
  z-index: 1001;
}

#t4-header .navbar-brand {
  margin: 0;
  padding: 0;
}

#t4-header .logo-img {
  width: 168px;
  height: auto;
  max-height: 46px;
}

#t4-header .eshop-texttop,
#t4-header .eshop-search {
  display: none !important;
}

#t4-header .eshop-cart {
  position: fixed;
  top: 8px;
  right: 22px;
  width: 50px;
  height: 50px;
  padding: 0;
  pointer-events: auto;
  z-index: 1001;
}

#t4-header .me-profile-header {
  position: fixed;
  top: 8px;
  right: 84px;
  z-index: 1001;
  pointer-events: auto;
}

#t4-header .me-profile-header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #005bd3 !important;
  background: #ffffff;
  border: 1px solid #d7e2f0;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
  font-size: 20px;
  text-decoration: none !important;
  cursor: pointer;
}

#t4-header .me-profile-header-link:hover,
#t4-header .me-profile-header-link:focus {
  color: #004db3 !important;
  background: #f4f8ff;
  outline: none;
}

#t4-header .me-profile-header-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 188px;
  display: none;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #dbe5f1;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
}

#t4-header .me-profile-header-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 18px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-left: 1px solid #dbe5f1;
  border-top: 1px solid #dbe5f1;
  transform: rotate(45deg);
}

#t4-header .me-profile-header.is-open .me-profile-header-menu {
  display: grid;
  gap: 4px;
}

#t4-header .me-profile-header-user {
  display: none;
  max-width: 100%;
  padding: 8px 10px 10px;
  color: #101828;
  border-bottom: 1px solid #edf2f7;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#t4-header .me-profile-header-menu a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 10px;
  color: #101828 !important;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
}

#t4-header .me-profile-header-menu a i {
  width: 18px;
  color: #0065df;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
}

#t4-header .me-profile-header-link i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#t4-header .me-profile-header-menu a:hover,
#t4-header .me-profile-header-menu a:focus {
  color: #005bd3 !important;
  background: #f4f8ff;
}

#eshop-cart {
  float: none;
}

#t4-header #eshop-cart .eshop-items > a,
#eshop-cart .eshop-items > a {
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #006fe6;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(0, 111, 230, 0.22);
}

#t4-header .eshop-cart .eshop-items > a i,
#eshop-cart .eshop-items > a i {
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
}

#t4-header .eshop-cart #eshop-cart-total,
#eshop-cart #eshop-cart-total {
  top: -4px;
  right: -4px;
  width: 19px;
  height: 19px;
  min-width: 19px;
  margin: 0;
  color: #ffffff;
  background: #1fc2bd !important;
  font-size: 11px;
  line-height: 19px;
  font-weight: 700;
}

#t4-header .eshop-content {
  top: 58px;
  right: 0;
  pointer-events: auto;
}

.t4-offcanvas-toggle {
  display: none !important;
}

@media (max-width: 1320px) and (min-width: 1121px) {
  #t4-main-menu .t4-section-inner {
    padding-left: 205px;
    padding-right: 76px;
  }

  #t4-main-menu .t4-megamenu .navbar-nav > li > a,
  #t4-main-menu .t4-megamenu .navbar-nav > li > .nav-link {
    padding: 0 6px;
    font-size: 11px;
  }

  #t4-main-menu .navbar-nav {
    gap: 0;
  }
}

@media (max-width: 1120px) {
  body {
    padding-top: 62px;
  }

  #t4-main-menu {
    min-height: 62px;
  }

  #t4-main-menu .t4-section-inner {
    min-height: 59px;
    padding: 0 12px 0 190px;
  }

  #t4-main-menu .t4-navbar,
  #t4-main-menu .navbar {
    min-height: 59px;
    justify-content: flex-end;
  }

  #t4-main-menu #t4-megamenu-mainmenu {
    display: none !important;
  }

  .t4-offcanvas-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    color: #111821;
    background: transparent;
    border-radius: 4px;
    pointer-events: auto;
  }

  .t4-offcanvas-toggle i {
    line-height: 1 !important;
    font-size: 26px;
  }

  #t4-header {
    height: 62px;
  }

  #t4-header .t4-section-inner,
  #t4-header .t4-row {
    height: 62px;
  }

  #t4-header .logo {
    left: 16px;
    width: 152px;
    height: 62px;
  }

  #t4-header .logo-img {
    width: 145px;
    max-height: 42px;
  }

  #t4-header .eshop-cart {
    top: 9px;
    right: 64px;
    width: 44px;
    height: 44px;
  }

  #t4-header .me-profile-header {
    top: 9px;
    right: 116px;
  }

  #t4-header .me-profile-header-link {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  #t4-header .me-profile-header-menu {
    right: -52px;
  }

  #t4-header #eshop-cart .eshop-items > a,
  #eshop-cart .eshop-items > a {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 480px) {
  #t4-main-menu .t4-section-inner {
    padding-left: 166px;
  }

  #t4-header .logo {
    left: 10px;
    width: 140px;
  }

#t4-header .logo-img {
    width: 132px;
  }
}

/* Movilidad Electrica recovered footer assets */
body {
  padding-bottom: 56px;
}

#t4-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 70;
  background: #191c29;
  color: #ffffff;
  box-shadow: 0 -8px 24px rgba(8, 15, 28, 0.18);
}

#t4-footer .t4-section-inner {
  padding: 6px 0;
}

#t4-footer .t4-row {
  align-items: center;
}

#t4-footer .footer,
#t4-footer .footer-right {
  display: flex;
  align-items: center;
}

#t4-footer .footer {
  justify-content: flex-start;
}

#t4-footer .footer-right {
  justify-content: flex-end;
}

#t4-footer .mod-footer,
#t4-footer .footer1 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
}

.me-footer-assets {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
  width: 100%;
}

.me-footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  white-space: nowrap;
}

.me-footer-phone i {
  color: #1fc2bd;
  font-size: 24px;
  line-height: 1;
}

.me-footer-phone strong {
  display: block;
  color: #0074ff;
  font-family: "Lato", Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
}

.me-footer-phone span {
  display: block;
  margin-top: 3px;
  color: #d4dae5;
  font-size: 13px;
  line-height: 1;
}

.me-footer-seals {
  width: 100px;
  height: auto;
  display: block;
}

#back-to-top {
  bottom: 88px !important;
}

/* Movilidad Electrica recovered menu dropdown */
@media (min-width: 1121px) {
  #t4-main-menu .navbar-nav > li {
    height: 63px !important;
    min-height: 63px !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    overflow: visible !important;
  }

  #t4-main-menu,
  #t4-main-menu .t4-section-inner,
  #t4-main-menu .t4-navbar,
  #t4-main-menu .navbar,
  #t4-main-menu #t4-megamenu-mainmenu,
  #t4-main-menu .navbar-nav {
    overflow: visible !important;
  }

  #t4-main-menu .navbar-nav > li > a,
  #t4-main-menu .navbar-nav > li > .nav-link {
    height: 63px !important;
    min-height: 63px !important;
  }

  #t4-main-menu .dropdown-menu.level1 {
    top: 66px !important;
    left: 0 !important;
    transform: none !important;
    min-width: 240px;
    padding: 16px 0;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
    transition: opacity 0.04s ease, visibility 0.04s ease !important;
    animation-duration: 0.04s !important;
    z-index: 1300;
  }

  #t4-main-menu .dropdown-menu.level1::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    height: 3px;
    background: #0074ff;
  }

  #t4-main-menu .dropdown-menu,
  #t4-main-menu .dropdown-menu *,
  #t4-main-menu .dropdown-menu-inner {
    transition-duration: 0.04s !important;
    animation-duration: 0.04s !important;
  }

  #t4-main-menu .navbar-nav > li.dropdown:hover > .dropdown-menu.level1 {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }

  #t4-main-menu .navbar-nav > li:not(.dropdown) > .dropdown-menu.level1,
  #t4-main-menu .dropdown-menu.level1:empty {
    display: none !important;
  }

  #t4-main-menu .dropdown-menu.level1 .dropdown-menu-inner,
  #t4-main-menu .dropdown-menu.level1 ul {
    margin: 0;
    padding: 0;
  }

  #t4-main-menu .dropdown-menu.level1 li {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
  }

  #t4-main-menu .dropdown-menu.level1 .dropdown-item {
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 8px 28px !important;
    line-height: 1.35;
    color: #1f2937;
    white-space: nowrap;
  }

  #t4-main-menu .dropdown-menu.level1 .dropdown-item:hover,
  #t4-main-menu .dropdown-menu.level1 .dropdown-item:focus {
    color: #1fc2bd;
    background: transparent;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 118px;
  }

  #t4-footer .t4-section-inner {
    padding: 6px 15px;
  }

  #t4-footer .footer,
  #t4-footer .footer-right {
    justify-content: center;
    text-align: center;
  }

  #t4-footer .footer-right {
    margin-top: 4px;
  }

  .me-footer-assets {
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
  }

  .me-footer-phone strong {
    font-size: 20px;
  }

  #back-to-top {
    bottom: 152px !important;
  }
}

/* Hide the marketing slider on the cart page. */
body.com_eshop.view-quote #t4-slideshow,
body.com_eshop.view-cart #t4-slideshow,
body.com_eshop.view-checkout #t4-slideshow {
  display: none !important;
}

#t4-latest-product .t4-module.me-recently-viewed {
  display: none !important;
}

body.com_eshop.view-quote #t4-manufacturer,
body.com_eshop.view-quote #t4-position-2,
body.com_eshop.view-quote #t4-testimonial,
body.com_eshop.view-quote #t4-eshop-product,
body.com_eshop.view-quote #t4-shipping,
body.com_eshop.view-quote .sidebar-r,
body.com_eshop.view-cart #t4-manufacturer,
body.com_eshop.view-cart #t4-position-2,
body.com_eshop.view-cart #t4-testimonial,
body.com_eshop.view-cart #t4-eshop-product,
body.com_eshop.view-cart #t4-shipping,
body.com_eshop.view-cart .sidebar-r,
body.com_eshop.view-checkout #t4-manufacturer,
body.com_eshop.view-checkout #t4-position-1,
body.com_eshop.view-checkout #t4-position-2,
body.com_eshop.view-checkout #t4-testimonial,
body.com_eshop.view-checkout #t4-eshop-product,
body.com_eshop.view-checkout #t4-shipping,
body.com_eshop.view-checkout #t4-latest-product,
body.com_eshop.view-checkout .me-home-hero-module,
body.com_eshop.view-checkout .me-home-hero-copy,
body.com_eshop.view-checkout .sidebar-r {
  display: none !important;
}

body.com_eshop.view-quote #t4-latest-product .t4-module,
body.com_eshop.view-cart #t4-latest-product .t4-module {
  display: none !important;
}

body.com_eshop.view-quote #t4-latest-product .t4-module.me-recently-viewed:has(.slide),
body.com_eshop.view-cart #t4-latest-product .t4-module.me-recently-viewed:has(.slide) {
  display: block !important;
}

/* Cart page */
body.com_eshop.view-quote,
body.com_eshop.view-cart,
body.com_eshop.view-checkout {
  background: #ffffff;
  padding-bottom: 0;
}

body.com_eshop.view-quote #t4-main-body,
body.com_eshop.view-quote .t4-main-body,
body.com_eshop.view-cart #t4-main-body,
body.com_eshop.view-cart .t4-main-body,
body.com_eshop.view-checkout #t4-main-body,
body.com_eshop.view-checkout .t4-main-body {
  padding-top: 24px;
  padding-bottom: 0;
}

.me-cart-page {
  width: min(1380px, calc(100vw - 48px));
  margin: 0 auto 14px;
  color: #1f2937;
}

.me-cart-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}

.me-cart-heading h1 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 6px;
  color: #1d2939;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.me-cart-heading h1 i {
  color: #005bd3;
  font-size: 24px;
}

.me-cart-heading p {
  margin: 0;
  color: #475467;
  font-size: 15px;
}

.me-cart-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 48px;
  align-items: start;
}

.me-cart-main {
  min-width: 0;
}

.me-cart-free-shipping {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 0 16px;
  color: #067647;
  background: #ecfdf3;
  border: 1px solid #b7e7ca;
  border-radius: 5px;
  font-size: 14px;
}

.me-cart-free-shipping i {
  color: #079455;
  font-size: 18px;
}

.me-cart-card {
  background: #ffffff;
  border: 1px solid #d8e1ec;
  border-radius: 7px;
  overflow: hidden;
}

.me-cart-table-head {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) 150px 170px 150px;
  gap: 20px;
  padding: 18px 22px;
  color: #263445;
  background: #ffffff;
  border-bottom: 1px solid #d8e1ec;
  font-size: 14px;
  font-weight: 800;
}

.me-cart-item {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) 150px 170px 150px;
  gap: 20px;
  align-items: center;
  min-height: 188px;
  padding: 20px 22px;
  border-bottom: 1px solid #edf1f5;
}

.me-cart-item:last-child {
  border-bottom: 0;
}

.me-cart-product {
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.me-cart-product-image {
  display: flex;
  width: 112px;
  height: 150px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
}

.me-cart-product-image img,
.me-cart-product-image .img-polaroid {
  width: 112px;
  height: 150px;
  max-width: 112px;
  object-fit: contain;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.me-cart-product-copy {
  min-width: 0;
}

.me-cart-product-copy > a {
  display: block;
  margin-bottom: 12px;
  color: #172235;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.me-cart-product-copy > a:hover {
  color: #006fe6;
}

.me-cart-product-copy span,
.me-cart-product-copy small {
  display: block;
  margin-top: 6px;
  color: #344054;
  font-size: 13px;
  line-height: 1.4;
}

.me-cart-price,
.me-cart-line-total {
  color: #1d2939;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.me-cart-quantity {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.me-quantity-control {
  display: inline-grid;
  grid-template-columns: 42px 48px 42px;
  align-items: center;
  border: 1px solid #d4dde8;
  border-radius: 5px;
  overflow: hidden;
}

.me-quantity-control .btn,
.me-quantity-control a,
.me-quantity-control .button-plus,
.me-quantity-control .button-minus {
  display: inline-flex;
  width: 42px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #172235;
  background: #f8fafc;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.me-quantity-control .btn:hover,
.me-quantity-control a:hover {
  color: #005bd3;
  background: #eef5ff;
}

.me-quantity-control input.eshop-quantity-value {
  width: 48px;
  height: 38px;
  margin: 0;
  padding: 0;
  color: #172235;
  background: #ffffff;
  border: 0;
  border-left: 1px solid #d4dde8;
  border-right: 1px solid #d4dde8;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.me-cart-remove {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  color: #ef233c;
  background: transparent;
  border: 0;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.me-cart-remove:hover {
  color: #b4232f;
}

.me-cart-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 18px 0 22px;
}

.me-cart-outline,
.me-cart-danger,
.me-cart-primary,
.me-cart-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.me-cart-outline {
  color: #005bd3 !important;
  background: #ffffff;
  border: 1px solid #005bd3;
}

.me-cart-outline:hover {
  color: #ffffff !important;
  background: #005bd3;
}

.me-cart-danger {
  color: #ef233c;
  background: #ffffff;
  border: 1px solid #ffb7c0;
}

.me-cart-danger:hover {
  color: #ffffff;
  background: #ef233c;
  border-color: #ef233c;
}

.me-cart-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: #ffffff;
  border: 1px solid #d8e1ec;
  border-radius: 6px;
}

.me-cart-benefits div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
  min-height: 70px;
  padding: 12px 18px;
  border-right: 1px solid #d8e1ec;
}

.me-cart-benefits div:last-child {
  border-right: 0;
}

.me-cart-benefits i {
  grid-row: span 2;
  color: #005bd3;
  font-size: 26px;
}

.me-cart-benefits strong {
  color: #1d2939;
  font-size: 13px;
}

.me-cart-benefits span {
  color: #667085;
  font-size: 12px;
}

.me-cart-summary {
  position: sticky;
  top: 92px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #d8e1ec;
  border-radius: 8px;
  box-shadow: 0 15px 35px rgba(16, 24, 40, 0.1);
}

.me-cart-summary h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  padding-bottom: 18px;
  color: #1d2939;
  border-bottom: 1px solid #d8e1ec;
  font-size: 20px;
  font-weight: 800;
}

.me-cart-summary h2 i {
  color: #005bd3;
}

.me-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 16px 0;
  color: #344054;
  font-size: 14px;
}

.me-summary-row strong {
  color: #1d2939;
}

.me-summary-total {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 16px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #eef2f6;
}

.me-summary-total span {
  color: #1d2939;
  font-size: 15px;
  font-weight: 800;
}

.me-summary-total strong {
  color: #005bd3;
  font-size: 24px;
  font-weight: 900;
  white-space: nowrap;
}

.me-summary-total small {
  grid-column: 2;
  color: #667085;
  font-size: 12px;
  text-align: right;
}

.me-cart-profile-hint {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 14px;
  color: #1d2939;
  background: #f5f9ff;
  border: 1px solid #cfe3ff;
  border-radius: 6px;
}

.me-cart-profile-hint strong {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 900;
}

.me-cart-profile-hint strong i {
  color: #005bd3;
}

.me-cart-profile-hint span {
  color: #667085;
  font-size: 13px;
  line-height: 1.4;
}

.me-cart-profile-hint a {
  justify-self: start;
  color: #005bd3 !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.me-cart-profile-hint a:hover {
  text-decoration: underline;
}

.me-cart-primary,
.me-cart-secondary {
  width: 100%;
  margin-top: 18px;
}

.me-cart-primary {
  color: #ffffff !important;
  background: #005bd3;
  border: 1px solid #005bd3;
  box-shadow: 0 8px 18px rgba(0, 91, 211, 0.2);
}

.me-cart-primary:hover {
  color: #ffffff !important;
  background: #004db3;
}

.me-cart-secondary {
  color: #005bd3 !important;
  background: #ffffff;
  border: 1px solid #005bd3;
}

.me-cart-secondary:hover {
  color: #ffffff !important;
  background: #005bd3;
}

.me-summary-support {
  display: grid;
  gap: 18px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #eef2f6;
}

.me-summary-support div {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 3px 12px;
}

.me-summary-support i {
  grid-row: span 2;
  color: #1d2939;
  font-size: 22px;
}

.me-summary-support strong {
  color: #1d2939;
  font-size: 13px;
}

.me-summary-support span {
  color: #667085;
  font-size: 12px;
}

.me-cart-empty {
  display: grid;
  justify-items: center;
  gap: 10px;
  max-width: 520px;
  margin: 70px auto;
  padding: 42px;
  background: #ffffff;
  border: 1px solid #d8e1ec;
  border-radius: 8px;
  text-align: center;
}

.me-cart-empty > i {
  color: #005bd3;
  font-size: 38px;
}

.me-cart-empty h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
}

.me-cart-empty p {
  margin: 0 0 12px;
  color: #667085;
}

@media (max-width: 1199px) {
  .me-cart-page {
    width: min(100% - 32px, 960px);
  }

  .me-cart-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .me-cart-summary {
    position: static;
  }

  .me-cart-actions {
    margin-bottom: 20px;
  }
}

@media (max-width: 860px) {
  .me-cart-page {
    width: calc(100% - 24px);
    margin-bottom: 12px;
  }

  .me-cart-heading h1 {
    font-size: 26px;
  }

  .me-cart-table-head {
    display: none;
  }

  .me-cart-item {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 16px;
  }

  .me-cart-product {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 14px;
  }

  .me-cart-product-image,
  .me-cart-product-image img,
  .me-cart-product-image .img-polaroid {
    width: 78px;
    height: 96px;
    max-width: 78px;
  }

  .me-cart-price,
  .me-cart-line-total,
  .me-cart-quantity {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    text-align: right;
  }

  .me-cart-price::before,
  .me-cart-line-total::before,
  .me-cart-quantity::before {
    content: attr(data-label);
    color: #667085;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
  }

  .me-cart-quantity {
    justify-items: end;
    gap: 10px;
  }

  .me-cart-remove {
    grid-column: 2;
  }

  .me-cart-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .me-cart-actions > * {
    width: 100%;
  }

  .me-cart-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .me-cart-benefits div:nth-child(2n) {
    border-right: 0;
  }

  .me-cart-benefits div:nth-child(n+3) {
    border-top: 1px solid #d8e1ec;
  }
}

@media (max-width: 520px) {
  .me-cart-benefits {
    grid-template-columns: 1fr;
  }

  .me-cart-benefits div {
    border-right: 0;
    border-top: 1px solid #d8e1ec;
  }

  .me-cart-benefits div:first-child {
    border-top: 0;
  }

  .me-cart-summary {
    padding: 18px;
  }
}

/* Header mini cart */
#t4-header #eshop-cart .eshop-content,
#eshop-cart .eshop-content {
  position: absolute;
  top: 58px;
  right: 0;
  width: 390px;
  max-width: calc(100vw - 24px);
  padding: 0;
  background: #ffffff;
  border: 1px solid #d9e3ef;
  border-top: 3px solid #006fe6;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 18px 36px rgba(8, 25, 45, 0.18);
  color: #172235;
  overflow: hidden;
  z-index: 1200;
}

#t4-header #eshop-cart .eshop-mini-cart-info,
#eshop-cart .eshop-mini-cart-info,
#t4-header #eshop-cart .eshop-mini-quote-info,
#eshop-cart .eshop-mini-quote-info {
  padding: 0;
  max-height: 340px;
  overflow-y: auto;
}

#t4-header #eshop-cart .eshop-mini-cart-info table,
#eshop-cart .eshop-mini-cart-info table {
  width: 100%;
  border: 0;
  margin: 0;
}

#t4-header #eshop-cart .eshop-mini-cart-info tr,
#eshop-cart .eshop-mini-cart-info tr {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto 26px;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid #eef2f6;
}

#t4-header #eshop-cart .eshop-mini-cart-info tr:first-child,
#eshop-cart .eshop-mini-cart-info tr:first-child {
  display: none;
}

#t4-header #eshop-cart .eshop-mini-cart-info td,
#eshop-cart .eshop-mini-cart-info td {
  display: block;
  padding: 0;
  border: 0;
  min-width: 0;
}

#t4-header #eshop-cart .eshop-mini-cart-info .eshop-image,
#eshop-cart .eshop-mini-cart-info .eshop-image {
  width: 74px;
}

#t4-header #eshop-cart .eshop-mini-cart-info .eshop-image img,
#eshop-cart .eshop-mini-cart-info .eshop-image img {
  display: block;
  width: 72px;
  height: 72px;
  max-width: 72px;
  object-fit: contain;
  padding: 6px;
  background: #ffffff;
  border: 1px solid #dbe5ef;
  border-radius: 4px;
}

#t4-header #eshop-cart .eshop-mini-cart-info .eshop-name,
#eshop-cart .eshop-mini-cart-info .eshop-name {
  text-align: left;
}

#t4-header #eshop-cart .eshop-mini-cart-info .eshop-name a,
#eshop-cart .eshop-mini-cart-info .eshop-name a {
  display: block;
  color: #00aeb6;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

#t4-header #eshop-cart .eshop-mini-cart-info .eshop-name small,
#eshop-cart .eshop-mini-cart-info .eshop-name small {
  color: #667085;
  font-size: 12px;
}

#t4-header #eshop-cart .eshop-mini-cart-info .eshop-quantity,
#eshop-cart .eshop-mini-cart-info .eshop-quantity {
  min-width: 38px;
  padding: 4px 8px;
  color: #111827;
  background: #f3f8ff;
  border: 1px solid #d7e7fb;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

#t4-header #eshop-cart .eshop-mini-cart-info .eshop-remove,
#eshop-cart .eshop-mini-cart-info .eshop-remove {
  text-align: center;
}

#t4-header #eshop-cart .eshop-mini-cart-info .eshop-remove a,
#eshop-cart .eshop-mini-cart-info .eshop-remove a {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: #e02d3c;
  font-size: 0;
}

#t4-header #eshop-cart .eshop-mini-cart-info .eshop-remove img,
#eshop-cart .eshop-mini-cart-info .eshop-remove img {
  display: none;
}

#t4-header #eshop-cart .eshop-mini-cart-info .eshop-remove a::before,
#eshop-cart .eshop-mini-cart-info .eshop-remove a::before {
  content: "\f00d";
  font-family: "Font Awesome 6 Free", "FontAwesome";
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  color: #e02d3c;
}

#t4-header #eshop-cart .eshop-mini-cart-info .eshop-remove a:hover::before,
#eshop-cart .eshop-mini-cart-info .eshop-remove a:hover::before {
  color: #b4232f;
}

#t4-header #eshop-cart .eshop-mini-cart-info .eshop-remove a:focus,
#eshop-cart .eshop-mini-cart-info .eshop-remove a:focus {
  outline: 2px solid rgba(224, 45, 60, 0.28);
  outline-offset: 2px;
}

#t4-header #eshop-cart .eshop-mini-cart-info .eshop-remove img,
#eshop-cart .eshop-mini-cart-info .eshop-remove img {
  width: 0;
  height: 0;
  margin: 0;
  filter: none;
}

#t4-header #eshop-cart .eshop-checkout,
#eshop-cart .eshop-checkout {
  display: flex;
  justify-content: flex-end;
  padding: 12px 14px;
  background: #f8fafc;
  border-top: 1px solid #e5edf5;
}

#t4-header #eshop-cart .eshop-checkout .btn,
#eshop-cart .eshop-checkout .btn,
#t4-header #eshop-cart .eshop-checkout a,
#eshop-cart .eshop-checkout a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  color: #ffffff !important;
  background: #006fe6;
  border: 0;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 575px) {
  #t4-header #eshop-cart .eshop-content,
  #eshop-cart .eshop-content {
    right: -10px;
    width: min(350px, calc(100vw - 18px));
  }

  #t4-header #eshop-cart .eshop-mini-cart-info tr,
  #eshop-cart .eshop-mini-cart-info tr {
    grid-template-columns: 62px minmax(0, 1fr) auto 24px;
    gap: 10px;
    padding: 10px 12px;
  }

  #t4-header #eshop-cart .eshop-mini-cart-info .eshop-image,
  #eshop-cart .eshop-mini-cart-info .eshop-image {
    width: 62px;
  }

  #t4-header #eshop-cart .eshop-mini-cart-info .eshop-image img,
  #eshop-cart .eshop-mini-cart-info .eshop-image img {
    width: 60px;
    height: 60px;
    max-width: 60px;
  }
}

/* Header cart drawer redesign */
#t4-header #eshop-cart .eshop-content,
#eshop-cart .eshop-content {
  width: 360px;
  max-width: calc(100vw - 18px);
  padding: 0;
  border: 1px solid #d9e4f2;
  border-radius: 6px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.18);
  overflow: visible;
}

#t4-header #eshop-cart .eshop-content::before,
#eshop-cart .eshop-content::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 29px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-left: 1px solid #d9e4f2;
  border-top: 1px solid #d9e4f2;
  transform: rotate(45deg);
}

.me-header-cart {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 6px;
  color: #1f2937;
  max-width: 100%;
}

.me-header-cart *,
.me-header-cart *::before,
.me-header-cart *::after {
  box-sizing: border-box;
}

.me-header-cart-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 16px;
  border-bottom: 1px solid #eef2f6;
}

.me-header-cart-title span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1d2939;
  font-size: 14px;
  font-weight: 800;
}

.me-header-cart-title i {
  color: #005bd3;
  font-size: 18px;
}

.me-header-cart-close {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #005bd3;
  background: transparent;
  border: 0;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.me-header-cart-shipping {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  margin: 10px 16px 12px;
  padding: 0 12px;
  color: #087443;
  background: #ecfdf3;
  border: 1px solid #c7ecd7;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
}

.me-header-cart-shipping i {
  color: #079455;
  font-size: 15px;
}

.me-header-cart-list {
  max-height: 330px;
  margin: 0 8px 0 16px;
  padding-right: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #9aa4b2 #f2f4f7;
  scrollbar-width: thin;
}

.me-header-cart-list::-webkit-scrollbar {
  width: 7px;
}

.me-header-cart-list::-webkit-scrollbar-track {
  background: #f2f4f7;
  border-radius: 999px;
}

.me-header-cart-list::-webkit-scrollbar-thumb {
  background: #9aa4b2;
  border-radius: 999px;
}

.me-header-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: start;
  min-height: 88px;
  padding: 10px 0;
  border-bottom: 1px solid #eef2f6;
}

.me-header-cart-image {
  display: flex;
  width: 58px;
  height: 70px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #d8e1ec;
  border-radius: 4px;
  overflow: hidden;
}

.me-header-cart-image img {
  width: 54px;
  height: 66px;
  max-width: 54px;
  object-fit: contain;
}

.me-header-cart-copy {
  min-width: 0;
  padding-right: 2px;
}

.me-header-cart-copy > a {
  display: -webkit-box;
  margin: 0 0 3px;
  color: #1d2939;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-wrap: anywhere;
  overflow: hidden;
}

.me-header-cart-copy small {
  display: block;
  color: #475467;
  font-size: 11px;
  line-height: 1.2;
}

.me-header-cart-qty {
  display: inline-flex;
  min-width: 32px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 0 8px;
  color: #344054;
  background: #eef5ff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.me-header-cart-price {
  grid-column: 2;
  justify-self: end;
  align-self: end;
  color: #1d2939;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.me-header-cart-price-inline {
  display: block;
  margin-top: 5px;
  color: #1d2939;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.me-header-cart-qty-control {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  border: 1px solid #d8e1ec;
  border-radius: 4px;
  overflow: hidden;
}

.me-header-cart-qty-control button,
.me-header-cart-qty-control span {
  display: inline-flex;
  width: 32px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #1d2939;
  background: #ffffff;
  border: 0;
  border-right: 1px solid #d8e1ec;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.me-header-cart-qty-control button {
  cursor: pointer;
}

.me-header-cart-qty-control button:hover {
  color: #005bd3;
  background: #f3f8ff;
}

.me-header-cart-qty-control button:last-child {
  border-right: 0;
}

.me-header-cart-qty-control span {
  background: #f9fbfd;
}

.me-header-cart-remove {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #ef233c !important;
  background: transparent;
  border: 0;
  font-size: 16px;
  text-decoration: none;
}

.me-header-cart-remove:hover {
  color: #b4232f !important;
}

.me-header-cart-full {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 10px 16px 12px;
  color: #005bd3 !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.me-header-cart-summary {
  display: grid;
  gap: 10px;
  margin: 0 16px;
  padding: 14px 0 0;
  border-top: 1px solid #eef2f6;
}

.me-header-cart-summary > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #475467;
  font-size: 12px;
}

.me-header-cart-summary strong {
  color: #1d2939;
  font-weight: 900;
  white-space: nowrap;
}

.me-header-cart-total {
  display: grid !important;
  grid-template-columns: 1fr auto;
  gap: 2px 18px;
  margin-top: 3px;
  color: #1d2939 !important;
  font-size: 14px !important;
  font-weight: 800;
}

.me-header-cart-total strong {
  color: #005bd3;
  font-size: 20px;
}

.me-header-cart-total small {
  grid-column: 2;
  color: #667085;
  font-size: 11px;
  font-weight: 500;
  text-align: right;
}

.me-header-cart-action {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 18px 16px 16px;
  color: #ffffff !important;
  background: #005bd3;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.me-header-cart-action:hover {
  color: #ffffff !important;
  background: #004db3;
}

.me-header-cart-secondary {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: -6px 16px 14px;
  color: #005bd3 !important;
  background: #ffffff;
  border: 1px solid #005bd3;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.me-header-cart-secondary:hover {
  color: #004db3 !important;
  border-color: #004db3;
  background: #f5f9ff;
}

.me-header-cart-continue {
  display: inline-flex;
  align-items: center;
  margin: 0 16px 18px;
  color: #005bd3 !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.me-header-cart-continue::before {
  content: "\f060";
  margin-right: 8px;
  font-family: "Font Awesome 6 Free", "FontAwesome";
  font-weight: 900;
}

.me-header-cart-empty {
  padding-bottom: 14px;
}

.me-header-cart-empty p {
  margin: 18px 16px;
  color: #475467;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 575px) {
  #t4-header #eshop-cart .eshop-content,
  #eshop-cart .eshop-content {
    right: -8px;
    width: min(350px, calc(100vw - 16px));
  }
}

.me-whatsapp-consult {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  background: #18a85f !important;
  border-color: #18a85f !important;
  color: #fff !important;
  text-decoration: none !important;
}

.me-whatsapp-consult:hover,
.me-whatsapp-consult:focus {
  background: #12824a !important;
  border-color: #12824a !important;
  color: #fff !important;
}

.me-whatsapp-consult .fa {
  font-size: 18px;
  line-height: 1;
}

.me-product-stock {
  margin: 6px 0 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.me-product-stock.is-available {
  color: #198754;
}

.me-product-stock.is-unavailable {
  color: #dc3545;
}

.me-product-stock-detail {
  margin-top: 4px;
  font-size: 15px;
}

.me-promo-code {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
  padding: 7px 10px;
  border: 1px solid #b9d4ff;
  border-radius: 6px;
  background: #eef6ff;
  color: #064f9e;
  font-size: 13px;
  line-height: 1.2;
}

.me-promo-code span {
  font-weight: 600;
}

.me-promo-code strong {
  padding: 3px 7px;
  border-radius: 4px;
  background: #0065d9;
  color: #fff;
  letter-spacing: .04em;
}

.me-promo-card {
  margin-left: 0;
}

.me-promo-detail {
  margin: 10px 0 14px;
  font-size: 14px;
}

/* Hide the upper footer band with logo and duplicate menu. */
#t4-footnav {
  display: none !important;
}

/* Profile page rendered through Joomla */
.me-profile-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 24px 12px;
  color: #101828;
}

body.com_meperfil {
  padding-bottom: 0;
}

body.com_meperfil #t4-main-body,
body.com_meperfil .t4-main-body {
  padding-bottom: 0;
}

.me-profile-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.me-profile-title h1 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #101828;
  font-size: 34px;
  line-height: 1;
}

.me-profile-title i {
  color: #005bd3;
}

.me-profile-title p {
  margin: 8px 0 0;
  color: #667085;
}

.me-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 26px;
  align-items: start;
}

.me-profile-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbe5f1;
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(15, 23, 42, .06);
}

.me-profile-card h2 {
  margin: 0;
  padding: 20px 22px;
  border-bottom: 1px solid #edf2f7;
  color: #101828;
  font-size: 20px;
}

.me-profile-card form,
.me-profile-card-content {
  padding: 22px;
}

.me-profile-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.me-profile-field {
  display: grid;
  gap: 7px;
}

.me-profile-field.full {
  grid-column: 1 / -1;
}

.me-profile-field label {
  color: #344054;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.me-profile-field input,
.me-profile-field select {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  color: #101828;
  border: 1px solid #cfdbe9;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
}

.me-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.me-profile-btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  color: #fff !important;
  background: #005bd3;
  border: 1px solid #005bd3;
  border-radius: 5px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.me-profile-btn.secondary {
  color: #005bd3 !important;
  background: #fff;
}

.me-profile-forgot-password {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  padding: 0;
  color: #005bd3;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: color .18s ease;
}

.me-profile-forgot-password:hover,
.me-profile-forgot-password:focus {
  color: #0049aa;
  background: transparent;
  border: 0;
  text-decoration: underline;
  outline: none;
}

.me-profile-alert {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 5px;
  font-weight: 700;
}

.me-profile-alert.ok {
  color: #05603a;
  background: #ecfdf3;
  border: 1px solid #abefc6;
}

.me-profile-alert.error {
  color: #b42318;
  background: #fffbfa;
  border: 1px solid #fecdca;
}

.me-profile-login-tabs {
  display: grid;
  gap: 20px;
}

.me-profile-orders {
  display: grid;
  gap: 10px;
}

.me-profile-order {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px;
  padding: 12px 0;
  border-bottom: 1px solid #edf2f7;
}

.me-profile-order strong {
  color: #101828;
}

.me-profile-order span {
  color: #667085;
  font-size: 13px;
}

.me-profile-orders-card {
  margin-top: 26px;
}

.me-profile-orders-card .me-profile-card-content {
  padding: 20px 22px 24px;
  overflow-x: auto;
}

.me-profile-orders-table {
  width: 100%;
  min-width: 760px;
  overflow: hidden;
  border: 1px solid #dbe5f1;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
}

.me-profile-orders-table th {
  padding: 13px 16px;
  color: #fff;
  background: #101f32;
  border: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.me-profile-orders-table td {
  padding: 14px 16px;
  color: #172033;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #dbe5f1;
  font-size: 14px;
  line-height: 1.35;
  vertical-align: middle;
}

.me-profile-orders-table tbody tr:nth-child(even) td {
  background: #f8fafc;
}

.me-profile-orders-table tbody tr:hover td {
  background: #eef6ff;
}

.me-profile-orders-table tbody tr:last-child td {
  border-bottom: 0;
}

.me-profile-orders-table td:first-child strong {
  display: block;
  color: #101828;
  font-size: 15px;
}

.me-profile-orders-table td:first-child span {
  display: block;
  margin-top: 2px;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}

.me-profile-orders-table th:nth-child(4),
.me-profile-orders-table td:nth-child(4) {
  text-align: right;
}

.me-profile-orders-table td:nth-child(4) {
  color: #101828;
  font-weight: 900;
  white-space: nowrap;
}

.me-profile-status {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.me-profile-status.paid {
  color: #067647;
  background: #dcfae6;
}

.me-profile-status.pending {
  color: #934f00;
  background: #fff1c2;
}

.me-profile-status.cancelled {
  color: #b42318;
  background: #fee4e2;
}

.me-profile-small-btn {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  color: #fff !important;
  background: #0669df;
  border: 1px solid #0669df;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.me-profile-small-btn:hover,
.me-profile-small-btn:focus {
  color: #fff !important;
  background: #004fb3;
  border-color: #004fb3;
  transform: translateY(-1px);
}

.me-profile-note {
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .me-profile-grid,
  .me-profile-fields {
    grid-template-columns: 1fr;
  }

  .me-profile-title {
    display: block;
  }

  .me-profile-orders-card .me-profile-card-content {
    padding: 14px;
  }
}

.me-home-hero-module {
  margin: 0;
}

.me-home-hero-fixed img {
  display: block;
  width: 100%;
  height: min(18vw, 300px);
  min-height: 180px;
  object-fit: cover;
}

.me-home-hero-copy {
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 20px 18px;
  text-align: center;
}

.me-home-hero-copy p {
  max-width: 960px;
  margin: 0 auto 18px;
  color: #1d2939;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}

.me-home-hero-copy ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  column-gap: 48px;
  row-gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.me-home-hero-copy li {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 0;
  color: #253044;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  text-align: left;
}

.me-home-hero-copy li::before {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #b7e34c;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
}

.me-home-hero-copy li:nth-child(1)::before {
  content: "\f559";
}

.me-home-hero-copy li:nth-child(2)::before {
  content: "\f1e6";
}

.me-home-hero-copy li:nth-child(3)::before {
  content: "\f5a0";
}

.me-home-hero-copy li:nth-child(4)::before {
  content: "\f509";
}

.me-home-hero-copy li:nth-child(5)::before {
  content: "\f590";
}

.me-home-hero-copy li:nth-child(6)::before {
  content: "\f085";
}

/* Portada: centra horizontalmente el conjunto real de marcas. */
body.home #me-home-manufacturers .me-home-manufacturers-grid,
body.item-101 #me-home-manufacturers .me-home-manufacturers-grid,
body.view-frontpage #me-home-manufacturers .me-home-manufacturers-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 48px;
  width: 100%;
}

body.home #me-home-manufacturers .me-home-manufacturers-grid a,
body.item-101 #me-home-manufacturers .me-home-manufacturers-grid a,
body.view-frontpage #me-home-manufacturers .me-home-manufacturers-grid a {
  flex: 0 1 150px;
}

body.home #me-home-manufacturers h2,
body.item-101 #me-home-manufacturers h2,
body.view-frontpage #me-home-manufacturers h2 {
  margin-bottom: 6px;
}

body.home #me-home-manufacturers,
body.item-101 #me-home-manufacturers,
body.view-frontpage #me-home-manufacturers {
  padding-top: 34px;
}

body.home #me-home-manufacturers .me-home-manufacturers-grid a,
body.item-101 #me-home-manufacturers .me-home-manufacturers-grid a,
body.view-frontpage #me-home-manufacturers .me-home-manufacturers-grid a {
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
}

/* Ubica las acciones de consulta/compra en la zona inferior de cada imagen. */
.eshop-product .eshop-image-block .eshop-buttons,
.grid .ajax-block-product .eshop-image-block .eshop-buttons,
.related_products .eshop-image-block .eshop-buttons {
  top: 62% !important;
}

.eshop-product .eshop-image-block:hover .eshop-buttons,
.grid .ajax-block-product .eshop-image-block:hover .eshop-buttons,
.related_products .eshop-image-block:hover .eshop-buttons {
  top: 62% !important;
}

/* En escritorio la consulta continúa sobre la imagen. */
.me-mobile-product-consult {
  display: none;
}

/* Catálogo móvil: nombre y precio/consulta en filas independientes y centradas. */
@media (max-width: 767.98px) {
  .eshop-products-list .grid .ajax-block-product .eshop-info,
  .eshop-products-list .grid .ajax-block-product .eshop-info-block {
    text-align: center !important;
  }

  .eshop-products-list .grid .ajax-block-product h4.eshop-product-title,
  .eshop-products-list .grid .ajax-block-product h4.eshop-product-title a {
    display: block;
    width: 100%;
    min-height: 0;
    text-align: center !important;
  }

  .eshop-products-list .grid .ajax-block-product h4.eshop-product-title {
    margin: 12px 0 8px !important;
  }

  .eshop-products-list .grid .ajax-block-product .eshop-table {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .eshop-products-list .grid .ajax-block-product .eshop-product-review {
    display: none !important;
  }

  .eshop-products-list .grid .ajax-block-product .eshop-product-price {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .eshop-products-list .grid .ajax-block-product .eshop-product-price p {
    margin: 0 !important;
    text-align: center !important;
  }

  .eshop-products-list .grid .ajax-block-product .me-desktop-call-for-price {
    display: none !important;
  }

  .eshop-products-list .grid .ajax-block-product .me-mobile-product-consult {
    display: flex !important;
    float: none !important;
    clear: both;
    width: 100% !important;
    margin: 2px 0 0;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .eshop-products-list .grid .ajax-block-product .me-mobile-product-consult .btn,
  .eshop-products-list .grid .ajax-block-product .me-mobile-product-consult .button,
  .eshop-products-list .grid .ajax-block-product .me-mobile-product-consult a {
    display: inline-flex !important;
    width: auto !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  /* La misma acción ya aparece debajo del título: no se duplica sobre la foto. */
  .eshop-products-list .grid .ajax-block-product .eshop-image-block .eshop-buttons {
    display: none !important;
  }
}

.me-whatsapp-floating,
a.float[href*="whatsapp.com"],
a.float[href*="wa.me"] {
  position: fixed !important;
  right: 24px !important;
  bottom: 4px !important;
  z-index: 10020 !important;
  display: inline-flex !important;
  width: 60px !important;
  height: 60px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  border-radius: 50% !important;
  background: #25d366 !important;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .24) !important;
  font-size: 32px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}

.me-whatsapp-floating:hover,
.me-whatsapp-floating:focus,
a.float[href*="whatsapp.com"]:hover,
a.float[href*="whatsapp.com"]:focus,
a.float[href*="wa.me"]:hover,
a.float[href*="wa.me"]:focus {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .3) !important;
}

.me-whatsapp-floating .fa,
a.float[href*="whatsapp.com"] .my-float,
a.float[href*="wa.me"] .my-float {
  margin: 0 !important;
  line-height: 1 !important;
}

@media (max-width: 560px) {
  .me-whatsapp-floating,
  a.float[href*="whatsapp.com"],
  a.float[href*="wa.me"] {
    right: 16px !important;
    bottom: 6px !important;
    width: 54px !important;
    height: 54px !important;
    font-size: 29px !important;
  }
}

body:not(.item-186) #t4-position-2 {
  display: none !important;
}

.item-186 #t4-main-body .me-contact-three-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(290px, 0.8fr);
  gap: 28px;
  align-items: start;
}

.item-186 #t4-main-body .me-contact-details-column {
  display: none !important;
}

.item-186 #t4-main-body .t4-section-inner {
  max-width: 1280px;
}

.item-186 #t4-main-body .me-contact-form-column,
.item-186 #t4-main-body .me-contact-details-column,
.item-186 #t4-main-body .me-contact-office-column {
  min-width: 0;
}

.item-186 #t4-main-body .me-contact-form-column h3,
.item-186 #t4-main-body .me-contact-details-column h3 {
  margin-top: 0;
}

.item-186 #t4-masthead,
.item-186 #t4-latest-product,
.item-186 #t4-position-2 {
  display: none !important;
}

.item-186 #t4-main-body {
  padding-top: 22px;
}

.item-186 .me-contact-office-panel {
  padding: 22px;
  border: 1px solid #e0e8f1;
  border-top: 3px var(--color-primary) solid;
  border-radius: 6px;
  background: #f5f5f5;
}

.item-186 .me-contact-office-panel .t4-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin: 0;
}

.item-186 .me-contact-office-panel .t4-col {
  width: 100%;
  max-width: 100%;
  padding: 0;
  flex: 0 0 100%;
}

.item-186 .me-contact-office-panel .t4-module,
.item-186 .me-contact-office-panel .moduletable {
  color: #666666;
  margin: 0 0 22px;
  font-size: 13px;
}

.item-186 .me-contact-office-panel .t4-module:last-child,
.item-186 .me-contact-office-panel .moduletable:last-child {
  margin-bottom: 0;
}

.item-186 .me-contact-office-panel .module-title {
  color: #333333;
  font-family: "Cabin Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 12px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e9ef;
}

.item-186 .me-contact-office-panel h3 {
  color: #333333;
  font-family: "Cabin Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 12px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e9ef;
}

.item-186 .me-contact-office-panel h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 74px;
  border-bottom: 1px solid var(--color-primary);
}

.item-186 .me-contact-office-panel .module-title span {
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 10px;
}

.item-186 .me-contact-office-panel i {
  margin: 0 5.5px 0 0;
}

.item-186 .me-contact-office-panel .social-icons {
  background: #555555;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  width: 28px;
  height: 28px;
}

.item-186 .me-contact-office-panel .social-icons i {
  color: #ffffff !important;
  margin: 0;
}

.item-101 #t4-manufacturer {
  display: none !important;
}

.me-about-page {
  display: grid;
  grid-template-columns: minmax(280px, 460px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  max-width: 1160px;
  margin: 0 auto;
}

.me-about-image {
  margin: 0;
}

.me-about-image img {
  display: block;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 15px 35px rgba(16, 24, 40, 0.12);
}

.me-about-copy p {
  margin: 0 0 16px;
  color: #344054;
  font-size: 16px;
  line-height: 1.65;
}

.item-423 #t4-masthead,
.item-423 .com-content-article > .item-image,
.item-423 .sidebar-r {
  display: none !important;
}

.item-423 #t4-main-body {
  padding: 28px 0 34px;
}

.item-423 #t4-main-body .t4-row {
  display: block;
}

.item-423 #t4-main-body .t4-col.col-md {
  max-width: 100%;
  padding: 0;
}

.item-423 .article-body {
  margin: 0;
}

.item-423 .me-about-page {
  grid-template-columns: minmax(300px, 460px) minmax(0, 580px);
  justify-content: center;
  gap: 34px;
  max-width: 1060px;
}

.item-423 .me-about-image img {
  height: auto;
  max-height: none;
  object-fit: cover;
}

.item-423 .me-about-copy p {
  color: #0b1f3a;
  line-height: 1.58;
}

.item-441 .article-body,
.item-442 .article-body {
  margin: 0;
}

.me-service-page {
  display: grid;
  grid-template-columns: minmax(280px, 460px) minmax(0, 580px);
  justify-content: center;
  gap: 34px;
  align-items: start;
  max-width: 1060px;
  margin: 0 auto;
}

.me-service-image {
  margin: 0;
}

.me-service-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 500px;
  max-height: 500px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 15px 35px rgba(16, 24, 40, 0.12);
}

.me-service-copy p {
  margin: 0 0 16px;
  color: #0b1f3a;
  font-size: 16px;
  line-height: 1.58;
}

.me-service-contact-card {
  margin-top: 30px;
  padding: 24px 26px;
  border: 1px solid #dbe5ef;
  border-top: 4px solid #00aabd;
  border-radius: 7px;
  background: #f7f9fb;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.08);
}

.me-service-contact-card h2 {
  margin: 0 0 18px;
  color: #0b1f3a;
  font-size: 25px;
  font-weight: 700;
}

.me-service-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
}

.me-service-contact-grid > a,
.me-service-contact-grid > div {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  min-width: 0;
  color: #24324a;
  font-size: 16px;
  line-height: 1.35;
  text-decoration: none;
}

.me-service-contact-grid > a:hover,
.me-service-contact-grid > a:focus {
  color: #006ddd;
}

.me-service-contact-grid i {
  flex: 0 0 20px;
  margin-top: 3px;
  color: #00aabd;
  font-size: 18px;
  text-align: center;
}

.me-service-contact-grid span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.me-service-contact-grid strong {
  display: block;
  margin-bottom: 3px;
  color: #0b1f3a;
  font-size: 14px;
  text-transform: uppercase;
}

/* Soluciones y Servicios: acercar el contenido al banner y unificar la lectura. */
body.item-439 #t4-main-body,
body.item-440 #t4-main-body,
body.item-441 #t4-main-body,
body.item-442 #t4-main-body,
body.item-443 #t4-main-body {
  padding-top: 24px;
}

body.item-439 #t4-masthead .t4-masthead-inner,
body.item-440 #t4-masthead .t4-masthead-inner,
body.item-441 #t4-masthead .t4-masthead-inner,
body.item-442 #t4-masthead .t4-masthead-inner,
body.item-443 #t4-masthead .t4-masthead-inner {
  background-image: url("../../../images/soluciones-servicios-banner.png") !important;
  background-position: center center !important;
  background-size: cover !important;
}

body.item-439 .article-body,
body.item-440 .article-body,
body.item-441 .article-body,
body.item-442 .article-body,
body.item-443 .article-body,
body.item-439 .article-body p,
body.item-440 .article-body p,
body.item-441 .article-body p,
body.item-442 .article-body p,
body.item-443 .article-body p {
  font-size: 24px;
  line-height: 1.5;
}

.me-support-page {
  display: grid;
  grid-template-columns: minmax(430px, 1fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.me-support-documents {
  min-width: 0;
  margin-top: -28px;
}

.me-document-group + .me-document-group {
  margin-top: 26px;
}

.me-document-group h2 {
  margin: 0 0 12px;
  color: #00aabd;
  font-size: 22px;
  font-weight: 700;
}

.me-document-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 52px;
  margin-bottom: 12px;
  padding: 10px 16px 10px 20px;
  border-left: 5px solid #13b7c4;
  background: #e5e7e9;
  color: #172033;
}

.me-document-name {
  font-size: 17px;
  line-height: 1.35;
}

.me-document-actions {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
}

.me-document-actions a {
  color: #00aabd;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.me-document-actions a:hover,
.me-document-actions a:focus {
  color: #006ddd;
  transform: translateY(-1px);
}

.me-document-status {
  flex: 0 0 auto;
  color: #667085;
  font-size: 14px;
  font-weight: 600;
}

.me-document-row.is-pending {
  background: #f0f1f2;
}

@media (max-width: 1180px) {
  .item-186 #t4-main-body .me-contact-three-columns {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    row-gap: 22px;
  }

  .item-186 #t4-main-body .me-contact-form-column {
    grid-column: auto;
  }
}

@media (max-width: 980px) {
  .item-186 #t4-main-body .me-contact-three-columns {
    grid-template-columns: 1fr;
  }

  .item-186 #t4-main-body .t4-section-inner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .item-186 .me-contact-office-panel {
    margin: 0;
  }

  .me-home-hero-copy ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 28px;
  }

  .me-about-page {
    grid-template-columns: 1fr;
  }

  .item-423 #t4-main-body {
    padding: 20px 14px 28px;
  }

  .item-423 .me-about-page {
    grid-template-columns: 1fr;
  }

  .me-service-page {
    grid-template-columns: 1fr;
  }

  .me-support-page {
    grid-template-columns: 1fr;
  }

  .me-support-documents {
    margin-top: 0;
  }

  .me-service-image img {
    height: auto;
    max-height: 500px;
  }

  .me-service-contact-grid {
    grid-template-columns: 1fr;
  }

  body.item-439 .article-body,
  body.item-440 .article-body,
  body.item-441 .article-body,
  body.item-442 .article-body,
  body.item-443 .article-body,
  body.item-439 .article-body p,
  body.item-440 .article-body p,
  body.item-441 .article-body p,
  body.item-442 .article-body p,
  body.item-443 .article-body p {
    font-size: 20px;
  }
}

@media (max-width: 560px) {
  .me-document-row {
    padding-right: 12px;
    padding-left: 14px;
  }

  .me-document-name {
    font-size: 15px;
  }
}

@media (max-width: 560px) {
  .me-home-hero-fixed img {
    height: 200px;
  }

  .me-home-hero-copy {
    padding: 22px 14px 12px;
  }

  .me-home-hero-copy p {
    font-size: 19px;
  }

  .me-home-hero-copy ul {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

/* Oculta los contenedores vacios que T4 crea en items simples del menu. */
.t4-mainnav .dropdown-menu:empty,
.t4-mainnav .mega-dropdown-menu:empty,
.t4-mainnav .mega-dropdown-inner:empty,
.t4-megamenu .dropdown-menu:empty,
.t4-megamenu .mega-dropdown-menu:empty,
.t4-megamenu .mega-dropdown-inner:empty {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.t4-mainnav .navbar-nav > li:not(.parent):not(.dropdown):not(.deeper) > .dropdown-menu,
.t4-mainnav .navbar-nav > li:not(.parent):not(.dropdown):not(.deeper) > .mega-dropdown-menu,
.t4-megamenu .navbar-nav > li:not(.parent):not(.dropdown):not(.deeper) > .dropdown-menu,
.t4-megamenu .navbar-nav > li:not(.parent):not(.dropdown):not(.deeper) > .mega-dropdown-menu {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.t4-mainnav .navbar-nav > li:not(.parent):not(.dropdown):not(.deeper):hover::after,
.t4-mainnav .navbar-nav > li:not(.parent):not(.dropdown):not(.deeper) > a::after,
.t4-megamenu .navbar-nav > li:not(.parent):not(.dropdown):not(.deeper):hover::after,
.t4-megamenu .navbar-nav > li:not(.parent):not(.dropdown):not(.deeper) > a::after {
  display: none !important;
  content: none !important;
}

/* Un dropdown cerrado no debe permanecer visible durante la animacion de T4.
   Evita franjas transparentes que dejan ver precios o textos de la pagina. */
@media (min-width: 992px) {
  #t4-main-menu {
    z-index: 1000;
    background: #fff;
    isolation: isolate;
  }

  #t4-masthead {
    z-index: 2;
    isolation: isolate;
    contain: paint;
    overflow: hidden;
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  #t4-masthead.me-menu-repaint {
    opacity: 0.99999;
  }

  .t4-megamenu,
  .t4-megamenu .dropdown,
  .t4-megamenu .dropdown-menu {
    transition: none !important;
    animation: none !important;
    backface-visibility: visible !important;
  }

  .t4-megamenu .navbar-nav.level0 > li.dropdown:not(.show) > .dropdown-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: none !important;
  }

  .t4-megamenu .navbar-nav.level0 > li.dropdown.show > .dropdown-menu {
    visibility: visible;
    pointer-events: auto;
  }
}

/* Mantiene el logo, el perfil y el carrito por encima del menú fijo.
   El contenedor es transparente y no intercepta clics fuera de esos controles. */
#t4-header {
  z-index: 1002 !important;
}

#t4-header .logo,
#t4-header .eshop-cart,
#t4-header .me-profile-header {
  z-index: 1003 !important;
}

/* Detalle de producto: alinea cantidad y compra sobre un mismo eje en mobile. */
@media (max-width: 767px) {
  .product-info .product-cart {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }

  .product-info .product-cart > .input-append,
  .product-info .product-cart > .input-prepend,
  .product-info .product-cart > .input-append.input-prepend,
  .product-info .product-cart .eshop-quantity {
    display: inline-flex;
    align-items: center;
    margin: 0;
    vertical-align: middle;
  }

  .product-info .product-cart .button-minus,
  .product-info .product-cart .button-plus,
  .product-info .product-cart .eshop-quantity-value,
  .product-info .product-cart #add-to-cart {
    height: 38px;
    min-height: 38px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    align-self: center;
  }

  .product-info .product-cart #add-to-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }
}

/* Contacto: presentacion compacta y consistente en telefonos. */
@media (max-width: 767px) {
  .item-186 #t4-main-body {
    padding: 14px 0 32px;
  }

  .item-186 #t4-main-body .t4-section-inner,
  .item-186 #t4-main-body .container,
  .item-186 #t4-main-body .container-fluid {
    width: 100%;
    max-width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }

  .item-186 #t4-main-body .me-contact-three-columns {
    display: block;
  }

  .item-186 #t4-main-body .me-contact-form-column {
    width: 100%;
    padding: 18px 16px 20px;
    border: 1px solid #dce5ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(20, 42, 70, 0.07);
  }

  .item-186 #t4-main-body .me-contact-form-column > h3 {
    margin: 0 0 16px;
    padding: 0 0 12px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 21px;
    line-height: 1.25;
  }

  .item-186 #contact-form,
  .item-186 #contact-form fieldset,
  .item-186 #contact-form .me-contact-field,
  .item-186 #contact-form .control-group,
  .item-186 #contact-form .controls {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    float: none;
  }

  .item-186 #contact-form .me-contact-form-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
  }

  .item-186 #contact-form .control-label,
  .item-186 #contact-form .form-label {
    display: block;
    width: 100%;
    margin: 0 0 6px;
    padding: 0;
    float: none;
    font-size: 15px;
    line-height: 1.35;
    text-align: left;
  }

  .item-186 #contact-form input[type="text"],
  .item-186 #contact-form input[type="email"],
  .item-186 #contact-form textarea,
  .item-186 #contact-form .form-control {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #cbd7e5;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
    line-height: 1.4;
    box-sizing: border-box;
  }

  .item-186 #contact-form input[type="text"],
  .item-186 #contact-form input[type="email"] {
    height: 44px;
  }

  .item-186 #contact-form textarea {
    height: 190px;
    min-height: 190px;
    resize: vertical;
  }

  .item-186 #contact-form .me-contact-field-spacer {
    margin: 0 0 -2px;
    font-size: 14px;
  }

  .item-186 #contact-form > .control-group:last-child {
    margin-top: 18px;
  }

  .item-186 #contact-form button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 10px 18px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
  }

  .item-186 #t4-footer {
    margin-top: 0;
  }

  .item-186 .back-to-top {
    display: none !important;
  }
}


