/*--------------------------------------------------------------
## Shope Card
--------------------------------------------------------------*/
/*Style1*/
.df-shop-card.df-style1 {
  position: relative;
}

.df-shop-card.df-style1 .df-zoom-effect-in {
  height: 300px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.df-shop-card.df-style1:hover .df-zoom-effect-in {
  height: 300px;
  -webkit-transform: scale(1.035);
  -ms-transform: scale(1.035);
  transform: scale(1.035);
}

.df-shop-card.df-style1 .df-shop-card-img {
  height: 100%;
}

.df-shop-card.df-style1 .df-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .4));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .4)));
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .4));
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.df-shop-card.df-style1:hover .df-overlay {
  -webkit-transform: scale(1.035);
  -ms-transform: scale(1.035);
  transform: scale(1.035);
}

.df-shop-card.df-style1 .df-card-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  z-index: 1;
}

.df-shop-card.df-style1 .df-card-btn {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.df-shop-card.df-style1 .df-card-btn:hover {
  color: #fff;
}

.df-shop-card.df-style1 .df-card-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(249, 249, 249, 0.4);
}

.df-shop-card.df-style1 .df-card-btn:after,
.df-shop-card.df-style2 .df-card-text h2 a:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.df-btn.df-style1:hover:before,
.df-shop-card.df-style1 .df-card-btn:hover:after,
.df-shop-card.df-style2 .df-card-text h2 a:hover:after {
  opacity: 1;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.df-shop-card.df-style1 .df-card-btn:after {
  height: 2px;
  background-color: rgba(249, 249, 249, 1);
}

.df-shop-card.df-style1 .df-shop-card-title {
  font-size: 21px;
  color: #fff;
  text-transform: initial;
  margin-bottom: 1px;
}

/*Style2*/
.df-shop-card.df-style2 {
  position: relative;
}

.df-shop-card.df-style2 .onsale {
  position: absolute;
  text-transform: uppercase;
  top: 10px;
  right: 10px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  padding: 5px 5px 4px;
}

.df-shop-card.df-style2 .df-product-img {
  height: 350px;
  position: relative;
}

.df-shop-card.df-style2 .df-before-hover {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.df-shop-card.df-style2 .df-after-hover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.df-shop-card.df-style2 .df-product-img:hover .df-after-hover {
  opacity: 1;
}

.df-shop-card.df-style2 .df-product-img-wrap {
  position: relative;
  overflow: hidden;
}

.df-shop-card.df-style2 .df-quick-view-btn {
  position: absolute;
  bottom: -35px;
  left: 0;
  height: 35px;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  background-color: #222;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.df-shop-card.df-style2:hover .df-quick-view-btn {
  bottom: 0;
}

.df-shop-card.df-style2 .df-quick-view-btn:hover {
  background-color: rgba(34, 34, 34, 0.9);
}

.df-shop-card.df-style2 .df-card-text {
  position: relative;
  padding-right: 20px;
}

.df-shop-card.df-style2 .df-like {
  position: absolute;
  right: 0;
  top: -5px;
  font-size: 13px;
  color: #c6c6c6;
}

.df-shop-card.df-style2 .df-like:hover {
  color: #666;
}

.df-shop-card.df-style2 .df-card-text h2 a {
  position: relative;
  color: inherit;
}

.df-shop-card.df-style2 .df-card-text h2 a:after {
  background-color: #222;
  height: 1px;
}

.df-cart-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.df-shop-card.df-style2:hover .df-cart-btn {
  opacity: 1;
}

.df-cart-btn a {
  margin: 5px 0;
}

.df-shop-card.df-style2 span.price {
  color: #b5b5b5;
}

.df-shop-card .star-rating {
  font-size: 12px;
  width: 60px;
  margin-bottom: 0;
  height: 19px;
  overflow: hidden;
  font-family: 'FontAwesome';
  position: relative;
  color: transparent;
  letter-spacing: 1px;
}

.df-shop-card .star-rating:before {
  content: '\f005\f005\f005\f005\f005';
  color: #b5b5b5;
  position: absolute;
  top: 0;
  left: 0;
}

.df-shop-card .star-rating span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 19px;
  color: #d26e4b;
}

.df-shop-card .star-rating span:before {
  content: '\f005\f005\f005\f005\f005';
  position: absolute;
  top: 0;
  left: 0;
}

.df-shop-card .df-product-category {
  font-size: 10px;
  text-transform: uppercase;
  color: #b5b5b5;
  line-height: 14px;
  margin-top: -3px;
  margin-bottom: 5px;
}


.df-interactive-card.df-style3 .df-card-img {
  height: 450px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.df-interactive-card.df-style3 .df-card-img-in {
  height: calc(100% + 200px);
  width: 100%;
  position: relative;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.df-interactive-card.df-style3 .df-card-feature {
  list-style: none;
  margin: 0;
  padding: 40px;
  background-color: #fff;
  width: 400px;
  margin-left: auto;
  margin-top: -25%;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 18px 2px rgba(6, 34, 51, 0.08);
  box-shadow: 0px 10px 18px 2px rgba(6, 34, 51, 0.08);
  position: relative;
  z-index: 1;
}

.df-interactive-card.df-style3 .df-card-feature li {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 17px;
  position: relative;
  padding-left: 27px;
}

.df-interactive-card.df-style3 .df-card-feature li:last-child {
  margin-bottom: 0;
}

.df-interactive-card.df-style3 .df-card-feature li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #00c853;
}

.df-interactive-card.df-style4 {
  border: 2px solid #eaeaea;
  border-radius: 5px;
  padding: 50px 30px 45px;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.df-interactive-card.df-style4 .df-card-info {
  position: relative;
  z-index: 1;
}

.df-interactive-card.df-style4 .df-card-icon {
  font-size: 50px;
  margin-bottom: 27px;
  color: #00c853;
}

.df-interactive-card.df-style4 .df-card-title {
  font-size: 18px;
  margin-bottom: 9px;
  color: #222;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.df-interactive-card.df-style4:hover .df-card-title {
  color: #fff;
}

.df-interactive-card.df-style4 .df-card-subtitle {
  font-size: 14px;
  line-height: 1.6em;
  color: #666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.df-interactive-card.df-style4 .df-card-subtitle p {
  margin: 0;
}

.df-interactive-card.df-style4:hover .df-card-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.df-interactive-card.df-style4 .df-card-img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.df-interactive-card.df-style4:hover .df-card-img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.df-interactive-card.df-style4 .df-card-img:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.65;
}
