#t4-header #eshop-quote {
  float: right;
}
#t4-header #eshop-cart {
  float: left;
}
#t4-header #eshop-quote .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;
  position: relative;
}
#t4-header #eshop-quote #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-quote-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;
}
#t4-testimonial .module-title {
  color: #ffff;
  font-size: 24px;
  line-height: 21.81818182px;
  margin: 0 0 11px 0;
    margin-bottom: 11px;
  margin-bottom: 22px;
  padding: 0 0 0 22px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  border: none;
  z-index: 99;
}
#t4-testimonial .module-title::before {
  background: var(--color-primary);
  width: 12px;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#t4-testimonial .module-title span {
  border: none;
}
.eshop-product-2 .eshop-product {
  overflow: hidden;
  padding-bottom: 0;
}
.eshop-product-2 .splide__slide img {
  width: 100%;
}
.eshop-product-2 .eshop-product  .product-infor {
  background: rgba(0,0,0,0.45);
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999;
}
.eshop-product-2 .splide__pagination 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 .splide__pagination li button.is-active {
  background: var(--color-primary);
}
.eshop-product-2 .splide__pagination {
  bottom: -2.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}