.product-miniature .product-actions {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.touch .product-miniature .product-actions,
.product-miniature:hover .product-actions {
  opacity: 1;
  z-index: 9;
}
.product-miniature .product-actions > * {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0.9);
  margin: 0;
}
.product-miniature .product-actions > *:first-child {
  transform: scale(0.9) translateX(-5px);
}
.product-miniature .product-actions > *:last-child {
  transform: scale(0.9) translateX(5px);
}
.product-miniature:hover .product-actions > * {
  transform: scale(1) translateY(0);
}
body .product-miniature .product-actions .btn:hover {
  transform: scale(1.1);
}
#product .product-actions .product-add-to-cart .control-label {
  display: none;
}

.pk-isotope .block_content {
  width: 100%;
}

a.remove-product {
  cursor: pointer;
}

.hero-banners
  > div:nth-child(2)
  > a
  > div
  > p.hero-banners__heading.hero-banners__heading {
  display: none;
}

.hero__banners.hero-banners > div:nth-child(2) > .hero-banners__text {
  top: 70%;
  left: 8%;
}

.close-filter {
  width: 15px;
}

.product__info .product-information .delivery__inner {
  font: inherit;
  margin: 0 0 10px;
  color: #666;
  flex-direction: column;
}

.product__info .product-information .delivery__title,
.product__info .product-information .payment__title {
  margin: 0 0 8px;
  font: 700 16px/1.5 Century Gothic, Arial, sans-serif;
  margin-top: 10px;
  text-transform: uppercase;
  color: #000;
}

.product__info .product-information .delivery__item,
.product__info .product-information .payment__item {
  color: #000;
}
#search .filter-block {
  display: none;
}

@media (max-width:576px) {
  #module-blockblog-blog   img.blog_img  {
    width: 100%;
    height: 100%;
    padding: 15px;
  }
 }


.hide {
  max-height: 275px;
}
.instagram__desc {
  overflow: hidden;
  position: relative;
}

.hide:after {
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(75%, #fff));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0),#fff 75%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,0),#fff 75%);
}

.btn-read-more {
  cursor: pointer;
  font-family: Roboto,sans-serif;
  padding: 13px 20px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.23077;
  text-align: center;
  letter-spacing: .75px;
  text-transform: uppercase;
  width: 160px;
  /* margin-left: 27px; */
  background: #fff;
  color: #333;
  margin-bottom: 20px;
  border: none ;
  
  background-color: #fff  ;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-read-more__disable{
  display: none;
}
.btn-read-more:hover {
  color: #fff;
  background-color: #ee6700;
}

.iti__flag {background-image: url("../img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../img/flags@2x.png");}
}